Update navbar_tabs_oneliner_tabs_on_left
This patch makes the style use same logic for window controls on left layout that we now use elsewhere.
This commit is contained in:
parent
fd7b8500db
commit
be90242a5c
1 changed files with 10 additions and 2 deletions
|
@ -81,8 +81,16 @@ Window controls will be all wrong without it
|
||||||
#nav-bar{ border-left-width: 0px !important }
|
#nav-bar{ border-left-width: 0px !important }
|
||||||
#nav-bar::before{ display:none !important }
|
#nav-bar::before{ display:none !important }
|
||||||
|
|
||||||
/* Rules specific to window controls on right layout */
|
/* Rules specific to window controls on left layout */
|
||||||
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
@media (-moz-platform: macos),
|
||||||
|
(-moz-gtk-csd-reversed-placement){
|
||||||
|
:root:not([inFullscreen]) #TabsToolbar-customization-target > .titlebar-spacer[type="pre-tabs"]{
|
||||||
|
width: var(--uc-window-drag-space-post) !important;
|
||||||
|
display: -moz-box !important;
|
||||||
|
}
|
||||||
|
#TabsToolbar > .titlebar-buttonbox-container{ display: -moz-box; }
|
||||||
|
}
|
||||||
|
@supports -moz-bool-pref("userchrome.force-window-controls-on-left.enabled"){
|
||||||
:root:not([inFullscreen]) #TabsToolbar-customization-target > .titlebar-spacer[type="pre-tabs"]{
|
:root:not([inFullscreen]) #TabsToolbar-customization-target > .titlebar-spacer[type="pre-tabs"]{
|
||||||
width: var(--uc-window-drag-space-post) !important;
|
width: var(--uc-window-drag-space-post) !important;
|
||||||
display: -moz-box !important;
|
display: -moz-box !important;
|
||||||
|
|
Loading…
Reference in a new issue