Skip to content

Commit fa860ff

Browse files
authored
Update userChrome.css zen fixes
1 parent be46972 commit fa860ff

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

userChrome.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tab[busy] {
9393
#navigator-toolbox,
9494
#zen-main-app-wrapper[zen-compact-mode="true"]
9595
#browser:has([zen-empty-tab="true"][selected="true"])
96-
#urlbar:not([open]) {
96+
#urlbar:not([open]){
9797
opacity: 0 !important;
9898

9999
}
@@ -565,9 +565,19 @@ body:has(
565565
display: none !important;
566566
}
567567

568+
/* fix urlbar jumping around */
569+
#urlbar[open] #urlbar-results > :nth-child(n+6) {
570+
display: none !important;
571+
}
572+
568573
/* no window controls - macOS */
569574
#zen-sidebar-top-buttons {
570575
.titlebar-buttonbox-container {
571576
display: none !important;
572577
}
573578
}
579+
580+
/* permanently transparent compact sidebar - fix for zen bug ================= remove if you sue the compact sidebar */
581+
#zen-main-app-wrapper[zen-compact-mode="true"] #navigator-toolbox{
582+
opacity: 0 !important;
583+
}

0 commit comments

Comments
 (0)