Based on the great work from theprojectsomething: https://gist.github.com/theprojectsomething/6813b2c27611be03e67c78d936b0f760
Select "Horizontal Tab Bar" and "Collapse Tree Style Tab" in the "Tab Bar Style" Select "Optimize browser for Vertical Tab Bar" to hide the Horizontal tab bar
Under the advanced tab in the Tree Style Tab options past in the below theme.css
The main points that might need tweaking for you would be:
/* This value should be updated here and in the userChrome.css */
--tst-sidepanel-hide-delay: .5s;
}
which will determine how quickly the icons shift as you mouseover.
/* Push tab labels slightly to the right so they're completely hidden in collapsed state, but still look fine while expanded. */
.tab .label {
margin-left: 2em;
}
Will determine how much spacing to the right the name of the website gets. You will generally want this far enough that it's not showing when the tab bar is not being moused over
hello, I've been trying to use this theme and it mostly works perfectly, except for the fact that the add tab button has weird spacing compared to the rest of the tabs. It's kind of subtle but I would still appreciate tips on how to fix this as I cannot find anything about this in the code snippets from the extension settings.