mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
tabs below content: Add support for reversed window controls
This commit is contained in:
parent
647b413152
commit
5ab29bc53e
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@ linux_gtk_window_control_patch.css
|
||||||
visibility: visible !important;
|
visibility: visible !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (-moz-gtk-csd-reversed-placement),
|
||||||
|
(-moz-platform: macos){
|
||||||
|
.titlebar-buttonbox-container{ left:0; right: unset !important; }
|
||||||
|
}
|
||||||
|
@supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){
|
||||||
|
.titlebar-buttonbox-container{ left:0; right: unset !important; }
|
||||||
|
}
|
||||||
|
|
||||||
:root[inFullscreen] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container{ display: none !important; }
|
:root[inFullscreen] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container{ display: none !important; }
|
||||||
|
|
||||||
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
||||||
|
|
Loading…
Reference in a new issue