From c08af26efc1cb97043807d7c333b2190df5221d8 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Mon, 20 Sep 2021 01:58:42 +0900 Subject: [PATCH] Fix: Menu Bar - Remove hardcode #219 https://www.reddit.com/r/FirefoxCSS/comments/pr56cd/titlebar_buttonbox_container_position_problem/ --- userChrome.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/userChrome.css b/userChrome.css index f1b1776..b493f10 100644 --- a/userChrome.css +++ b/userChrome.css @@ -944,17 +944,9 @@ } /*= Global Menu - Set Padding ==============================================*/ - /* Prevent layout shifts */ - @media (-moz-os-version: windows-win10) { - #main-menubar { - height: 28px; /* Hard coded for compatibility */ - } - } - /* Vertical Align - Center & Height: 100% */ - #menubar-items, #main-menubar { - display: flex !important; + -moz-box-flex: 1 !important; } /* Rounding */