Add rules to handle window-controls on left layout
This commit is contained in:
parent
9e1c02f7be
commit
b8923dd777
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ Window controls will be all wrong without it
|
||||||
right:0;
|
right:0;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
/* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */
|
||||||
|
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
|
||||||
|
:root{ --uc-titlebar-padding: 0px !important }
|
||||||
|
.titlebar-buttonbox-container{ left:0; right: unset; }
|
||||||
|
}
|
||||||
|
|
||||||
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue