Skip to content

Commit 74d6da6

Browse files
authored
Update userChrome.css - fixes for the bg image
1 parent a9138fc commit 74d6da6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

userChrome.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tab[busy] {
8686
}
8787

8888
/* empty tab image */
89-
/* #browser:has([zen-empty-tab="true"][selected="true"]) .deck-selected .browserStack {
89+
#browser:has([zen-has-empty-tab=""]) .deck-selected .browserStack {
9090
background-image: var(--bg_img, url("https://upload.wikimedia.org/wikipedia/commons/3/3c/Zen_Browser_logo_%28red_circles%29.svg")) !important;
9191
background-position: center !important;
9292
background-repeat: no-repeat !important;
@@ -100,7 +100,7 @@ tab[busy] {
100100
filter: saturate(0) invert(1) !important;
101101
}
102102
}
103-
*/
103+
104104
/* hide compact sidebar when no tabs open */
105105
#zen-main-app-wrapper[zen-compact-mode="true"]:not(
106106
:has(#urlbar[open][zen-floating-urlbar="true"])
@@ -597,4 +597,5 @@ hbox[zen-split="true"].deck-selected{
597597
/* permanently transparent compact sidebar - fix for zen bug ================= remove if you sue the compact sidebar */
598598
#zen-main-app-wrapper[zen-compact-mode="true"] #navigator-toolbox{
599599
opacity: 0 !important;
600+
/* display: none !important; */
600601
}

0 commit comments

Comments
 (0)