Make windows specific extra top margin only apply with [tabsintitlebar]
This commit is contained in:
parent
8850c63fc9
commit
1fe5d315c0
8 changed files with 18 additions and 13 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue