Skip to content

Commit a082e4b

Browse files
authored
Update userChrome.css
1 parent 416adbf commit a082e4b

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

userChrome.css

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#zen-media-controls-toolbar toolbaritem{
2+
background-color: light-dark(#fff5, #0005) !important;
3+
}
4+
15

26
/* Hidden buttons */
37
/* #nav-bar-overflow-button, */
@@ -71,7 +75,6 @@ toolbarbutton {
7175
/* no shadow and gaps (macOS) */
7276
hbox.browserSidebarContainer,
7377
#zen-tabbox-wrapper {
74-
box-shadow: none !important;
7578
margin: 0 !important;
7679
}
7780

@@ -409,8 +412,7 @@ html:not([lwt-sidebar="dark"]) {
409412
}
410413

411414
/* compact sidebar usable blur */
412-
body:has([zen-compact-mode="true"]) #titlebar{
413-
background: #0009 !important;
415+
/* body:has([zen-compact-mode="true"]) #titlebar{
414416
backdrop-filter: blur(30px) !important;
415417
}
416418
@@ -430,3 +432,22 @@ body:has([zen-compact-mode="true"] [zen-user-show=""], [zen-compact-mode="true"]
430432
opacity: 1 !important;
431433
left: -1px !important;
432434
}
435+
*/
436+
/*
437+
#zen-media-main-vbox > hbox{
438+
order: 1 !important;
439+
}
440+
441+
#zen-media-main-vbox > vbox{
442+
order: 2 !important;
443+
}
444+
445+
*/
446+
447+
/* #zen-media-pip-button{
448+
display: block !important;
449+
}
450+
451+
#zen-media-close-button{
452+
display: none !important;
453+
} */

0 commit comments

Comments
 (0)