Make windows specific extra top margin only apply with [tabsintitlebar]

This commit is contained in:
MrOtherGuy
2022-01-02 09:37:20 +02:00
parent 8850c63fc9
commit 1fe5d315c0
8 changed files with 18 additions and 13 deletions
@@ -56,7 +56,7 @@ Window controls will be all wrong without it
}
/* Extra top padding in maximized window */
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
:root[sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ padding-top:7px !important; }
}
/* Window controls in nav-bar */
:root:not([customizing]) #toolbar-menubar[inactive]{