From c675b129c09f4a4483971d4c3e8170d7dc5d51ab Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 27 Jun 2025 11:41:38 +0300 Subject: [PATCH] overlay tab audio icons: improve the audio icon alignment a bit --- chrome/overlay_tab_audio_icons.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/chrome/overlay_tab_audio_icons.css b/chrome/overlay_tab_audio_icons.css index 42e7a19..318af3f 100644 --- a/chrome/overlay_tab_audio_icons.css +++ b/chrome/overlay_tab_audio_icons.css @@ -3,6 +3,10 @@ See the above repository for updates as well as full license text. */ /* Makes the tab audio indicator show as overlay in all tabs, not just pinned ones */ +.tabbrowser-tab{ + --tab-icon-end-margin: inherit !important; +} + .tab-icon-image, .tab-throbber{ opacity: 1 !important; } @@ -26,7 +30,10 @@ See the above repository for updates as well as full license text. */ --button-min-height-small: var(--button-size-icon-small) !important; --button-background-color-ghost: var(--toolbox-bgcolor-inactive); --button-border-radius: var(--border-radius-circle) !important; + --button-padding-icon: 2px; + --button-border: none; + --audio-overlay-extra-background: var(--button-background-color-ghost-hover); position: absolute; top: 2px; margin-inline: 6px 0 !important; -} \ No newline at end of file +}