From 25b102217f8dcbfda1dc5c56809ce5c358d4db64 Mon Sep 17 00:00:00 2001 From: tiago Date: Sat, 1 Feb 2025 15:00:51 +0000 Subject: [PATCH] treestyle firefox conf --- .config/firefox/chrome/userChrome.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .config/firefox/chrome/userChrome.css diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css new file mode 100644 index 0000000..a78b780 --- /dev/null +++ b/.config/firefox/chrome/userChrome.css @@ -0,0 +1,14 @@ +#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items { + opacity: 0; + pointer-events: none; +} +#TabsToolbar { + visibility: collapse !important; +} +#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header { + display: none; +} +.tab { + margin-left: 1px; + margin-right: 1px; +}