Add option to show tab-secondary-line in compact mode

This commit is contained in:
MrOtherGuy 2021-04-15 20:01:59 +03:00
parent 045938366f
commit 3123d87a1c

View file

@ -31,4 +31,9 @@ menupopup > menu{ padding-block: 0.3em !important; }
#tabbrowser-tabs{ --uc-tabs-scrollbutton-border: 2px } #tabbrowser-tabs{ --uc-tabs-scrollbutton-border: 2px }
#scrollbutton-up, #scrollbutton-up,
#scrollbutton-down{ border-block-width: var(--uc-tabs-scrollbutton-border,0px) !important; } #scrollbutton-down{ border-block-width: var(--uc-tabs-scrollbutton-border,0px) !important; }
/* OPTIONAL - show audio label in compact mode */
/*
.tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){ display: -moz-box !important; }
*/