Handle fullscreen window control placeholder size on linux
This commit is contained in:
parent
b046ab7119
commit
1d415561a2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ See the above repository for updates as well as full license text. */
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (-moz-gtk-csd-available) {
|
@media (-moz-gtk-csd-available) {
|
||||||
:root[tabsintitlebar] {
|
:root:is([tabsintitlebar],[sizemode="fullscreen"]) {
|
||||||
--uc-window-control-width: 84px;
|
--uc-window-control-width: 84px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue