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

View File

@@ -49,7 +49,7 @@ See the above repository for updates as well as full license text. */
}
/* 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; }
}
/* Fix window controls not being clickable */
:root[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive]{