From 662ebf4c383a6bc78629e58c6cc8aa55daa219db Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 16 Jun 2020 21:33:55 +0200 Subject: [PATCH] Comment firefox toolbar visibility --- .config/firefox-chrome-custom/userChrome.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/firefox-chrome-custom/userChrome.css b/.config/firefox-chrome-custom/userChrome.css index 48c6d13..e385f79 100644 --- a/.config/firefox-chrome-custom/userChrome.css +++ b/.config/firefox-chrome-custom/userChrome.css @@ -1,4 +1,5 @@ /* hides the native tabs */ -#TabsToolbar { +/* #TabsToolbar { visibility: collapse; } +*/