From b5991ffabed8f3b7839e5519474d10d67386af2e Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Sat, 6 Mar 2021 19:26:17 -0600 Subject: [PATCH] v12020.03.06: Alternate (better) method of collpasing trees from view --- firefox/treestyletabs.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/firefox/treestyletabs.css b/firefox/treestyletabs.css index 8f78c18..fe8b9bc 100644 --- a/firefox/treestyletabs.css +++ b/firefox/treestyletabs.css @@ -3,7 +3,7 @@ Description: This is a recreation (and better) version of my pseudo-popular Vivaldi vertical tab integration, for tree style tabs in firefox. This is probably the best Tree Style Tabs interface out there. Author: @Drannex42 (https://github.com/drannex42/linux-utils - https://macleodsawyer.com) Notes: This works best with my custom userChrome.css file in the /firefox/ folder - Lots of very cool features built in. - Version: 12020.03.05 + Version: 12020.03.06 */ @@ -104,8 +104,9 @@ tab-item.active { box-shadow: 0px 5px 10px var(--in-content-box-background-active) !important; } -tab.item.collapsed { - display: none !important; +tab-item:not(.pinned).collapsed.collapsed-completely { + visibility: collapse; + display: none !important; } :root .tab .highlighter::before {