From 6c7e0a549553b022ef84fe28dcfd1d53bcb4ebaa Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Sat, 28 Aug 2021 17:49:19 +0900 Subject: [PATCH] Fix: Global menu height 100% (turn on menubar mode) #186 --- userChrome.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/userChrome.css b/userChrome.css index 2f4b1e4..94f3e53 100644 --- a/userChrome.css +++ b/userChrome.css @@ -754,15 +754,9 @@ } /*= Global Menu - Set Padding ==============================================*/ - /* Vertical Align - Center */ + /* Vertical Align - Center & Height: 100% */ #menubar-items { - -moz-box-orient: horizontal !important; - } - - /* Height: 100% */ - #menubar-items, - #main-menubar { - height: inherit; + display: flex !important; } /* Menubar item padding */