theme-store/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css
2024-09-10 16:39:34 +02:00

18 lines
573 B
CSS

@media not (-moz-bool-pref: "zen.view.compact") {
#tabbrowser-tabpanels {
padding: 0 !important;
& .browserSidebarContainer:not([zen-split="true"]) {
--zen-webview-border-radius: var(--zen-border-radius) 0 0 0;
--zen-element-separation: 0;
}
}
@media (-moz-bool-pref: "zen.tabs.vertical.right-side") {
#tabbrowser-tabpanels {
& .browserSidebarContainer:not([zen-split="true"]) {
--zen-webview-border-radius: 0 var(--zen-border-radius) 0 0;
}
}
}
}