mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
22 lines
564 B
CSS
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;
|
|
}
|