add basic support for -moz-platform media query

This commit is contained in:
MrOtherGuy
2022-02-12 09:20:20 +02:00
parent 1621ecc3f4
commit 71fe0e87c7
16 changed files with 77 additions and 41 deletions

View File

@@ -55,8 +55,12 @@ Window controls will be all wrong without it
background-color: transparent !important;
}
/* Extra top padding in maximized window */
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
@media (-moz-platform: windows),
(-moz-os-version: windows-win7),
(-moz-os-version: windows-win10){
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{
padding-top:7px !important;
}
}
/* Window controls in nav-bar */
:root:not([customizing]) #toolbar-menubar[inactive]{