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
thank you so much for the quick response.
that helps with horizontal alignment, but I'm seeing weird vertical alignment too. here are some examples
it's more apparent when the tab directly above is active as well.