From 773909adc345cd752142d89157504b3525bffc84 Mon Sep 17 00:00:00 2001 From: "t. Macleod Sawyer" Date: Fri, 5 Mar 2021 18:30:18 -0600 Subject: [PATCH] v12020.03.05 - Fixed collapsed tree view --- firefox/treestyletabs.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/firefox/treestyletabs.css b/firefox/treestyletabs.css index 9e3ee47..8f78c18 100644 --- a/firefox/treestyletabs.css +++ b/firefox/treestyletabs.css @@ -3,6 +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 */ @@ -83,7 +84,7 @@ tab-item:not(.faviconized) .contextual-identity-marker { :root.left #tabbar { box-shadow: none !important; border: none !important; - margin-top: -5px; + margin-top: -5px !important; } @@ -103,6 +104,10 @@ tab-item.active { box-shadow: 0px 5px 10px var(--in-content-box-background-active) !important; } +tab.item.collapsed { + display: none !important; +} + :root .tab .highlighter::before { display: none; } @@ -208,6 +213,18 @@ tab-item.active { padding-left: 1.5px; } + +tab-item.pinned { + --pinned-position-top: 0px !important; + --pinned-position-bottom: none !Important; + top: auto !Important; + bottom: auto !Important; + margin: none !Important; + left: initial !important; + right: initial !Important; +} + + @media screen and (max-width: 51px) { tab-item { max-width: 30px !important;