inline-audio-icons: add opacity:1 to throbber so it shows in compact mode

This commit is contained in:
MrOtherGuy 2021-11-01 06:58:42 +02:00
parent 1ae35459e1
commit d0c5ac941c

View file

@ -7,7 +7,9 @@ See the above repository for updates as well as full license text. */
grid-template-areas: "a s";
}
.tabbrowser-tab:not([pinned]) .tab-icon-overlay:is([muted],[soundplaying],[activemedia-blocked]){ grid-area: s; }
.tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; }
.tab-icon-overlay,
.tab-icon-image,
.tab-throbber{ opacity: 1 !important; }
.tab-icon-overlay:not([pinned]){
padding: 0px !important;