From ac37cd30ba38e17a62c0d0ea3ec947ee50aaa9dd Mon Sep 17 00:00:00 2001 From: Zonnev Date: Wed, 4 Dec 2024 11:39:34 +0100 Subject: [PATCH] Made menubar same size when pressed Alt key --- Private Mode Style/userChrome.css | 1 + Titlebar Enabled/userChrome.css | 1 + base.css | 1 + 3 files changed, 3 insertions(+) diff --git a/Private Mode Style/userChrome.css b/Private Mode Style/userChrome.css index a2bfdce..4605dec 100644 --- a/Private Mode Style/userChrome.css +++ b/Private Mode Style/userChrome.css @@ -1054,6 +1054,7 @@ sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collap order: 0; margin: 0px !important; padding: 0px !important; + max-height: 35px !important; } #toolbar-menubar[autohide="true"] { order: 0; diff --git a/Titlebar Enabled/userChrome.css b/Titlebar Enabled/userChrome.css index 5cf690e..819d3c2 100644 --- a/Titlebar Enabled/userChrome.css +++ b/Titlebar Enabled/userChrome.css @@ -1371,6 +1371,7 @@ sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collap background: none !important; border-top: none !important; border-bottom: none !important; + max-height: 35px !important; } #toolbar-menubar[autohide="true"] { order: 0; diff --git a/base.css b/base.css index 4566b75..0f3e6e5 100644 --- a/base.css +++ b/base.css @@ -1364,6 +1364,7 @@ sidebar-main[expanded] #tabbrowser-tabs[orient="vertical"] tab-group:not([collap background: none !important; border-top: none !important; border-bottom: none !important; + max-height: 35px !important; } #toolbar-menubar[autohide="true"] { order: 0;