File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ tab[busy] {
93
93
# navigator-toolbox ,
94
94
# zen-main-app-wrapper [zen-compact-mode = "true" ]
95
95
# browser : has ([zen-empty-tab = "true" ][selected = "true" ])
96
- # urlbar : not ([open ]) {
96
+ # urlbar : not ([open ]){
97
97
opacity : 0 !important ;
98
98
99
99
}
@@ -565,9 +565,19 @@ body:has(
565
565
display : none !important ;
566
566
}
567
567
568
+ /* fix urlbar jumping around */
569
+ # urlbar [open ] # urlbar-results > : nth-child (n+6) {
570
+ display : none !important ;
571
+ }
572
+
568
573
/* no window controls - macOS */
569
574
# zen-sidebar-top-buttons {
570
575
.titlebar-buttonbox-container {
571
576
display : none !important ;
572
577
}
573
578
}
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
+ }
You can’t perform that action at this time.
0 commit comments