Make windows specific extra top margin only apply with [tabsintitlebar]
This commit is contained in:
@@ -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]{
|
||||
|
||||
Reference in New Issue
Block a user