From ea36f475a7d08044eed1ecb54fc9af170618c99b Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Thu, 28 Mar 2024 16:30:52 +0530 Subject: [PATCH] remove toolbars --- modules/home-manager/firefox/userChrome.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/home-manager/firefox/userChrome.css b/modules/home-manager/firefox/userChrome.css index 1a8f8d8..b315d30 100644 --- a/modules/home-manager/firefox/userChrome.css +++ b/modules/home-manager/firefox/userChrome.css @@ -111,11 +111,6 @@ tab[selected="true"] .tab-background { padding-top: 1px !important; } -/* full screen toolbars */ -#navigator-toolbox[inFullscreen] toolbar:not([collapsed="true"]) { - visibility:visible!important; -} - toolbarbutton.bookmark-item { transition: all 0.3s ease !important; padding: 3px 5px !important;