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

@ -28,7 +28,7 @@ See the above repository for updates as well as full license text. */
:root[uidensity="compact"] #navigator-toolbox{ --tab-min-height: 32px }
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
:root[sizemode="maximized"] > body > box{ margin-top: 8px }
:root[tabsintitlebar][sizemode="maximized"] > body > box{ margin-top: 8px }
}
#navigator-toolbox{