mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
9 lines
267 B
CSS
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;
|
|
}
|
|
}
|
|
}
|