theme-store/themes/25f5221e-bf5f-4095-af43-d371e2cc1371/chrome.css
2025-02-02 04:56:10 +00:00

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;
}
}
}