Skip to content

Commit aea87d8

Browse files
authored
Update userChrome.css - empty tab improvements
1 parent 1f76a5a commit aea87d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userChrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ findbar {
280280
}
281281

282282
/* hide compact sidebar when no tabs open */
283-
#zen-main-app-wrapper[zen-compact-mode="true"]:not(:has(#urlbar[open][zen-floating-urlbar="true"])) #browser:has([zen-empty-tab="true"][selected="true"]) #navigator-toolbox{
283+
#zen-main-app-wrapper[zen-compact-mode="true"]:not(:has(#urlbar[open][zen-floating-urlbar="true"])) #browser:has([zen-empty-tab="true"][selected="true"]) #navigator-toolbox,#zen-main-app-wrapper[zen-compact-mode="true"] #browser:has([zen-empty-tab="true"][selected="true"]) #urlbar:not([open]){
284284
opacity: 0 !important;
285285
}
286286

0 commit comments

Comments
 (0)