From 99195fcfc0422133171dcd25791bdf32a2b4aca3 Mon Sep 17 00:00:00 2001 From: sev Date: Mon, 4 Mar 2024 11:07:23 -0600 Subject: [PATCH 1/1] librewolf: remove broken treestyletab autohide --- librewolf/chrome/userChrome.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/librewolf/chrome/userChrome.css b/librewolf/chrome/userChrome.css index 89bae4b..a078fa8 100644 --- a/librewolf/chrome/userChrome.css +++ b/librewolf/chrome/userChrome.css @@ -4,16 +4,4 @@ /* hide tst header */ #main-window:not([customizing]) #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] > #sidebar-header { visibility: collapse !important; -} - -/* Hide sidebar with one tab */ -#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] { - transition: all 0.2s ease; -} -#main-window:not([customizing]) - #sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"]:not(:has([data-current-uri="about:newtab"])):not(:hover) { - z-index: 2 !important; - overflow: hidden; - min-width: 2px !important; - max-width: 2px !important; -} +} \ No newline at end of file -- 2.47.0