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 */