From 6effbe6fbd073963f43c1bd24c795bd4f9695394 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Mon, 10 Oct 2022 12:02:19 -0500 Subject: [PATCH] Tabsbar: Tab: Update horizontal padding --- theme/parts/tabsbar.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/parts/tabsbar.css b/theme/parts/tabsbar.css index a4978ab..01cb1ac 100644 --- a/theme/parts/tabsbar.css +++ b/theme/parts/tabsbar.css @@ -167,7 +167,7 @@ tab { align-items: center; margin-top: -1px; min-width: 100% !important; - padding: 0 10px !important; + padding: 0 4px !important; } /* Fix custom info tab icon */ @@ -284,6 +284,7 @@ tab { fill-opacity: 1 !important; -moz-context-properties: fill, fill-opacity !important; height: 16px !important; + margin-right: 0 !important; opacity: 1 !important; width: 16px !important; z-index: 100 !important;