theme-store/themes/b4332738-1824-4ab7-b32e-dfeda244bc00/chrome.css
2025-02-17 15:07:33 +00:00

22 lines
564 B
CSS

:root {
&:not([zen-single-toolbar="true"]) {
--zen-toolbar-height: calc(38px + var(--zen-element-separation) * 2) !important;
.titlebar-button {
padding: calc(17px + var(--zen-element-separation)) !important;
}
}
&:not([zen-sidebar-expanded="true"]) {
--tab-min-width: calc(36px + var(--zen-element-separation) * 2) !important;
}
&[zen-right-side="true"] #zen-sidebar-top-buttons .titlebar-buttonbox-container {
margin-top: 0 !important;
}
}
.titlebar-button {
align-items: center !important;
}