From def4b49d6be4197b7e171f8b06081a7c984dff73 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 29 Nov 2024 16:57:45 +0200 Subject: [PATCH] overlay tab audio icons: update margin & inset to the current values This fixes #462 --- chrome/overlay_tab_audio_icons.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/overlay_tab_audio_icons.css b/chrome/overlay_tab_audio_icons.css index 677fa5c..39cf7c6 100644 --- a/chrome/overlay_tab_audio_icons.css +++ b/chrome/overlay_tab_audio_icons.css @@ -7,8 +7,9 @@ See the above repository for updates as well as full license text. */ .tab-throbber{ opacity: 1 !important; } .tab-icon-overlay:not([crashed]){ - top: -5.5px; + top: -8px; inset-inline-end: -6px; + margin-inline-end: 0 !important; z-index: 1; padding: 2px; opacity: 1 !important;