From 580bb11cd3d298b10a0cc1fc296d29d189f7a263 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Wed, 19 Oct 2022 09:10:32 -0500 Subject: [PATCH] Tabsbar: Ajust tab min width Fixes #459 --- theme/parts/tabsbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/parts/tabsbar.css b/theme/parts/tabsbar.css index 470677e..51741cf 100644 --- a/theme/parts/tabsbar.css +++ b/theme/parts/tabsbar.css @@ -396,7 +396,7 @@ tab { .tabbrowser-tab:not([style^="max-width"]):not([pinned]), .tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) { max-width: 100% !important; - --tab-min-width: 132px !important; + --tab-min-width: 131px !important; } .tabbrowser-tab:not([style^="max-width"]):not([pinned]):not([fadein]), .tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]):not([fadein]) {