From f58ab54f45bb7fa5027065882b9c21850e26d740 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:15:21 +0200 Subject: [PATCH] fix(extension): remove redundant status accent bar --- extension/popup.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension/popup.html b/extension/popup.html index d097899..c1c0878 100644 --- a/extension/popup.html +++ b/extension/popup.html @@ -865,8 +865,7 @@ position: relative; overflow: hidden; } - #section-active > .info-card:first-child::before, - #connStatus::before { + #section-active > .info-card:first-child::before { content: ""; position: absolute; inset: 0 auto 0 0;