theme-store/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css
2024-08-20 01:22:52 +02:00

9 lines
267 B
CSS

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