mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-15 12:43:54 +02:00
18 lines
573 B
CSS
18 lines
573 B
CSS
|
|
@media not (-moz-bool-pref: "zen.view.compact") {
|
|
#tabbrowser-tabpanels {
|
|
padding: o !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;
|
|
}
|
|
}
|
|
}
|
|
}
|