@@ -330,6 +330,7 @@ tab[busy] {
330
330
margin-top : 0.5% !important ;
331
331
margin-bottom : 0.5% !important ;
332
332
height : 98% !important ;
333
+ border-radius : 1.5em !important ;
333
334
}
334
335
335
336
/*******************************************************************************
@@ -729,7 +730,7 @@ body:has(
729
730
730
731
/* Permanently transparent compact sidebar - fix for zen bug */
731
732
# zen-main-app-wrapper [zen-compact-mode = "true" ] # navigator-toolbox {
732
- opacity : 0 !important ;
733
+ /* opacity: 0 !important; */
733
734
}
734
735
735
736
/* auto hide toolbar buttons */
@@ -792,3 +793,28 @@ tab[discarded=""]:hover,
792
793
tab [pending = "true" ]: hover {
793
794
filter : grayscale (0 ) !important ;
794
795
}
796
+
797
+
798
+ /* transparent sidebar WIP */
799
+ # titlebar ::before {
800
+ width : 18 !important ;
801
+ z-index : 0 !important ;
802
+ background-color : # 222a !important ;
803
+ /* backdrop-filter: blur(20px) !important; */
804
+ }
805
+
806
+ # tabbrowser-tabbox {
807
+ /* filter: blur(20px) !important; */
808
+ }
809
+
810
+ # zen-main-app-wrapper [zen-compact-mode = "true" ]: has ([zen-user-show = "" ]){
811
+ # tabbrowser-tabbox {
812
+ -webkit-mask-image : linear-gradient (to right, transparent 0 , transparent 17em , black 17em , black 100% ) !important ;
813
+ mask-image : linear-gradient (to right, transparent 0 , transparent 15.5em , black 15.5em , black 100% ) !important ;
814
+ -webkit-mask-repeat : no-repeat !important ;
815
+ mask-repeat : no-repeat !important ;
816
+ -webkit-mask-size : 100% 100% !important ;
817
+ mask-size : 100% 100% !important ;
818
+ }
819
+
820
+ }
0 commit comments