Remove Windows specific extra titlbar paddings from codebase

Firefox 101 doesn't need those anymore :)
This commit is contained in:
MrOtherGuy
2022-06-01 00:19:19 +03:00
parent 4daf1969be
commit 6b242379ec
17 changed files with 10 additions and 136 deletions
+1 -7
View File
@@ -7,13 +7,7 @@ See the above repository for updates as well as full license text. */
:root[uidensity="compact"] #navigator-toolbox{ --uc-menubar-height: 30px }
#titlebar{ -moz-box-direction: reverse; -moz-appearance: none !important; }
@media (-moz-platform: windows),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win10){
:root[sizemode="maximized"][tabsintitlebar] #TabsToolbar{
margin-top: 8px !important;
}
}
#toolbar-menubar{
margin-bottom: calc(0px - var(--uc-menubar-height));
height: var(--uc-menubar-height);