File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ tab[busy] {
86
86
}
87
87
88
88
/* 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 {
90
90
background-image : var (--bg_img , url ("https://upload.wikimedia.org/wikipedia/commons/3/3c/Zen_Browser_logo_%28red_circles%29.svg" )) !important ;
91
91
background-position : center !important ;
92
92
background-repeat : no-repeat !important ;
@@ -100,7 +100,7 @@ tab[busy] {
100
100
filter : saturate (0 ) invert (1 ) !important ;
101
101
}
102
102
}
103
- */
103
+
104
104
/* hide compact sidebar when no tabs open */
105
105
# zen-main-app-wrapper [zen-compact-mode = "true" ]: not (
106
106
: has (# urlbar [open ][zen-floating-urlbar = "true" ])
@@ -597,4 +597,5 @@ hbox[zen-split="true"].deck-selected{
597
597
/* permanently transparent compact sidebar - fix for zen bug ================= remove if you sue the compact sidebar */
598
598
# zen-main-app-wrapper [zen-compact-mode = "true" ] # navigator-toolbox {
599
599
opacity : 0 !important ;
600
+ /* display: none !important; */
600
601
}
You can’t perform that action at this time.
0 commit comments