From 818dffe51e3c322b22b9f2c0ff28b1979aea9b50 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 10 Aug 2024 14:14:53 +0200 Subject: [PATCH] firefox: tree style tab: shrink active tab indicator --- firefox/treestyletab.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox/treestyletab.css b/firefox/treestyletab.css index 98df13a..d4a8aec 100644 --- a/firefox/treestyletab.css +++ b/firefox/treestyletab.css @@ -77,6 +77,6 @@ tab-item tab-favicon * { } .highlighter::before { - margin-top: -1px; - margin-bottom: -1px; + margin-top: 0px; + margin-bottom: 0px; }