Remove window control placeholder in fullscreen (#340)

Fixes #339
This commit is contained in:
David Eglin
2024-02-06 18:52:05 +00:00
committed by GitHub
parent e5764acb55
commit cb051f3ce7

View File

@@ -34,9 +34,12 @@ See the above repository for updates as well as full license text. */
}
}
@media (-moz-platform: macos){
:root:is([tabsintitlebar],[sizemode="fullscreen"]) {
:root:is([tabsintitlebar]) {
--uc-window-control-width: 72px;
}
:root:is([tabsintitlebar][sizemode="fullscreen"]) {
--uc-window-control-width: 0;
}
}
.titlebar-buttonbox, #window-controls{ color: var(--toolbar-color) }