From 990d6005b790e3d62b1f10cdcac98faefd6d8647 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 24 May 2020 06:33:22 +0300 Subject: [PATCH] make sure alltabs-button is shown --- chrome/combined_tabs_and_main_toolbars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/combined_tabs_and_main_toolbars.css b/chrome/combined_tabs_and_main_toolbars.css index 173a0ee..140f6b6 100644 --- a/chrome/combined_tabs_and_main_toolbars.css +++ b/chrome/combined_tabs_and_main_toolbars.css @@ -51,6 +51,6 @@ See the above repository for updates as well as full license text. */ #urlbar-container{ min-width: 300px !important; } #TabsToolbar > .titlebar-spacer[type="pre-tabs"]{ display: none !important; } - +#alltabs-button{ display: -moz-box !important } /* If you are only working with just a few tabs then you may safely delete the following to allow non-pinned tabs to be shown */ .tabbrowser-tab:not([pinned]):not([selected]){ visibility: collapse }