mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
12 lines
534 B
CSS
12 lines
534 B
CSS
|
|
:root[zen-compact-mode="true"]:not([customizing]):not([inDOMFullscreen="true"]) {
|
|
@media (-moz-bool-pref: "zen.view.compact.hide-tabbar") or (-moz-bool-pref: "zen.view.use-single-toolbar") {
|
|
&:not([zen-right-side="true"]) #navigator-toolbox[flash-popup] {
|
|
left: calc(-1 * var(--zen-sidebar-width) + var(--zen-element-separation)) !important;
|
|
}
|
|
|
|
&[zen-right-side="true"] #navigator-toolbox[flash-popup] {
|
|
right: calc(-1 * var(--zen-sidebar-width) + var(--zen-element-separation)) !important;
|
|
}
|
|
}
|
|
}
|