Make windows specific extra top margin only apply with [tabsintitlebar]
This commit is contained in:
@@ -12,10 +12,12 @@ See the above repository for updates as well as full license text. */
|
||||
|
||||
#titlebar{ -moz-appearance: none !important; }
|
||||
|
||||
@media (-moz-os-version: windows-win10){
|
||||
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
|
||||
/* Next two variables are used by autohide_menubar.css */
|
||||
#toolbar-menubar{ --uc-menubar-extra-margin: 0px }
|
||||
:root[sizemode="maximized"] #toolbar-menubar{ --uc-menubar-extra-margin: 8px }
|
||||
:root[tabsintitlebar][sizemode="maximized"] #toolbar-menubar{
|
||||
--uc-menubar-extra-margin: 8px
|
||||
}
|
||||
|
||||
:root[sizemode="maximized"][tabsintitlebar] :where(#browser,#customization-container,#toolbar-menubar){ margin-top: 8px }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user