This commit is contained in:
vinceliuice 2025-02-16 02:10:00 +08:00
parent b38ee74585
commit ac8466902b

View File

@ -1,10 +1,10 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
:root[tabsintitlebar][sizemode="maximized"] #nav-bar .titlebar-buttonbox-container,
:root[tabsintitlebar][sizemode="maximized"] #titlebar .titlebar-buttonbox-container {
[sizemode="maximized"] #nav-bar .titlebar-buttonbox-container,
[sizemode="maximized"] #titlebar .titlebar-buttonbox-container {
display: none !important;
}
:root[tabsintitlebar][sizemode="maximized"] #nav-bar {
[sizemode="maximized"] #nav-bar {
padding-left: 3px !important;
}