fix: Dont allow essentials promo to be shown on unsynced windows, b=closes #12205, c=tabs

This commit is contained in:
mr. m
2026-02-02 12:41:42 +01:00
parent bf96b512cb
commit 32fffaabe7

View File

@@ -22,7 +22,7 @@ zen-essentials-promo {
outline: 1px dashed currentColor;
}
:root:not([zen-sidebar-expanded="true"]) & {
:root:is(:not([zen-sidebar-expanded="true"]), [zen-unsynced-window="true"]) & {
display: none !important;
}