From 3430203e6f1f2fe27c228472bcab4d7ec925479e Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 7 Sep 2023 20:22:09 +0300 Subject: [PATCH] centered tab label: make margin on close-button to be 6px instead of 7px --- chrome/centered_tab_label.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/centered_tab_label.css b/chrome/centered_tab_label.css index 4197d89..7a7780d 100644 --- a/chrome/centered_tab_label.css +++ b/chrome/centered_tab_label.css @@ -15,5 +15,5 @@ See the above repository for updates as well as full license text. */ .tabbrowser-tab[selected]:not(:hover) .tab-label-container:not([labeldirection="rtl"]), #tabbrowser-tabs:not([closebuttons="activetab"]) .tabbrowser-tab:not(:hover,[pinned]) .tab-label-container:not([labeldirection="rtl"]){ - margin-inline-end: 7px; + margin-inline-end: 6px; }