allotment
allotment copied to clipboard
Modified value of variable --sash-size did not take effect.
The thickness of separator does not change when I modify the --sash-size variable. Instead the thickness of separator on hover is modified when I change --sash-hover-size variable.
Thanks for submitting an issue.
I think I see the problem. The --sash-size
value determines when you are close enough to hover over the sash, and the --sash-hover-size
is the size of the sash when you you hover over it.
It's confusing. I'm basically exposing the CSS variables that VS Code uses and there's no reason they should be easy to use by third parties. I'll update the documentation.
Is there a way to change the thickness of separator?
Was there a solution for this?