From 2cea8f0710562881ed6c8f06ac21ae5d01f9a9c8 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 10 Sep 2021 17:21:49 +0300 Subject: [PATCH] decrease the top margin specificity for menubar and browser --- chrome/toolbars_below_content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/toolbars_below_content.css b/chrome/toolbars_below_content.css index de3d5eb..eef1aeb 100644 --- a/chrome/toolbars_below_content.css +++ b/chrome/toolbars_below_content.css @@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */ #titlebar{ -moz-appearance: none !important; } @media (-moz-os-version: windows-win10){ - :root[sizemode="maximized"][tabsintitlebar] :is(#browser,#customization-container,#toolbar-menubar){ margin-top: 8px !important; } + :root[sizemode="maximized"][tabsintitlebar] :where(#browser,#customization-container,#toolbar-menubar){ margin-top: 8px } } #mainPopupSet,