decrease the top margin specificity for menubar and browser

This commit is contained in:
MrOtherGuy 2021-09-10 17:21:49 +03:00
parent 23d779126c
commit 2cea8f0710

View file

@ -10,7 +10,7 @@ See the above repository for updates as well as full license text. */
#titlebar{ -moz-appearance: none !important; } #titlebar{ -moz-appearance: none !important; }
@media (-moz-os-version: windows-win10){ @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, #mainPopupSet,