From 6458c3464dffa665b7752a3ceebb4812c2746281 Mon Sep 17 00:00:00 2001 From: Ryan C Date: Sat, 4 May 2019 20:02:38 +0100 Subject: Don't shrink the tab bar in customize mode --- application/palemoon/themes/linux/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/palemoon/themes/linux/browser.css') diff --git a/application/palemoon/themes/linux/browser.css b/application/palemoon/themes/linux/browser.css index 01b3f5c9e..4933b4069 100644 --- a/application/palemoon/themes/linux/browser.css +++ b/application/palemoon/themes/linux/browser.css @@ -1608,7 +1608,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } /* When the tab bar is collapsed, show a 1px border in its place. */ -#TabsToolbar[tabsontop="false"][collapsed="true"] { +#TabsToolbar[tabsontop="false"][collapsed="true"]:not([customizing="true"]) { visibility: visible; height: 1px; border-bottom-width: 1px; -- cgit v1.2.3