From 33e02313413d212405fff68e23406d44d3adac20 Mon Sep 17 00:00:00 2001 From: TGSAN Date: Sat, 22 Jul 2023 02:23:44 +0800 Subject: [PATCH] Change tabs left margin --- chrome/toolbar/tabbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/toolbar/tabbar.css b/chrome/toolbar/tabbar.css index d75fa78..886d2f0 100644 --- a/chrome/toolbar/tabbar.css +++ b/chrome/toolbar/tabbar.css @@ -369,7 +369,7 @@ toolbarbutton[part="scrollbutton-down"] { } #tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:first-of-type { - margin-inline-start: 12px !important; + margin-inline-start: 14px !important; } #tabbrowser-tabs:not([overflow="true"]) .tabbrowser-tab:last-of-type { margin-inline-end: 6px !important;