From d47c0ce8db33081b29e41093e98fdabbc11250d3 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 26 Jun 2020 12:28:16 +0300 Subject: [PATCH] Don't hide intra-tab spacers --- chrome/multi-row_tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/multi-row_tabs.css b/chrome/multi-row_tabs.css index 8abeed2..0d14444 100644 --- a/chrome/multi-row_tabs.css +++ b/chrome/multi-row_tabs.css @@ -69,5 +69,5 @@ See the above repository for updates as well as full license text. */ #alltabs-button, :root:not([customizing]) #TabsToolbar #new-tab-button, -#tabbrowser-tabs spacer, +#tabbrowser-arrowscrollbox > spacer, .tabbrowser-tab::after{ display: none !important } \ No newline at end of file