From 5e32db2d4422df42c4b6b7026b09e48b8c8c8614 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 2 Jun 2021 09:59:35 +0300 Subject: [PATCH] add 1px bottom margin to tab secondary-line to movve it a bit upwards --- chrome/compact_proton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/compact_proton.css b/chrome/compact_proton.css index e3bab99..e9cc163 100644 --- a/chrome/compact_proton.css +++ b/chrome/compact_proton.css @@ -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; } */ \ No newline at end of file