mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-03-29 08:40:31 +00:00
19 lines
422 B
CSS
19 lines
422 B
CSS
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
:root[tabsintitlebar], :root[customtitlebar] {
|
|
&[sizemode="maximized"] {
|
|
#nav-bar, #titlebar {
|
|
.titlebar-buttonbox-container {
|
|
display: none !important;
|
|
padding: 0 !important;
|
|
right: 0 !important;
|
|
}
|
|
}
|
|
|
|
&:not([inFullscreen]) #nav-bar {
|
|
padding-left: 8px !important;
|
|
padding-right: 8px !important;
|
|
}
|
|
}
|
|
}
|