]> git.sev.monster Git - dotfiles.git/commitdiff
librewolf: remove broken treestyletab autohide
authorsev <git@sev.monster>
Mon, 4 Mar 2024 17:07:23 +0000 (11:07 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:41 +0000 (16:27 -0500)
librewolf/chrome/userChrome.css

index 89bae4b72b5e3e3c4881f697f6832e8b0fed5b57..a078fa84e935d5b8a426d942846187a2c031b3b2 100644 (file)
@@ -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
This page took 0.034424 seconds and 4 git commands to generate.