add 1px bottom margin to tab secondary-line to movve it a bit upwards

This commit is contained in:
MrOtherGuy 2021-06-02 09:59:35 +03:00
parent f513263e2a
commit 5e32db2d44

View file

@ -37,7 +37,7 @@ menupopup > menu{ padding-block: 0.3em !important; }
/* OPTIONAL - show audio label in compact mode and make the audio icon behavior match non-compact mode */
/*
.tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){ display: -moz-box !important; }
.tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){ display: -moz-box !important; margin-bottom: 1px }
#TabsToolbar:not(:hover) .tab-icon-image{ opacity: 1 !important; }
#TabsToolbar:not(:hover) .tab-icon-overlay:not([pinned]){ opacity: 0 !important; }
*/