File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3535/* Headerbar */
3636.headerbar {
3737 display : flex;
38- background : transparent !important ;
38+ background : rgba ( 239 , 241 , 245 , 0.8 ) ;
3939 justify-content : center; /* Center the view switcher horizontally */
4040 align-items : center; /* Align items vertically in the center */
4141 height : 47px ; /* Set the headerbar height to 47px */
4242 padding : 0 ; /* Remove padding around the header */
4343 width : 100% ; /* Ensure the header bar spans the full width */
4444 position : fixed;
4545 backdrop-filter : blur (8px );
46+ z-index : 9999 ; /* Ensure it appears above other content */
4647}
4748
4849/* View Switcher */
8990 border-radius : 6px ;
9091}
9192
92- /* Icon styling to match text color */
93- .nav-icon {
94- fill : red !important ;
95- }
You can’t perform that action at this time.
0 commit comments