Way to increase separator width? #173
Unanswered
michaelbdavid
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @michaelbdavid. Thanks for the feedback. The latest release v1.10.0 should now support a For point 1 you're right that there is no way to change the separator size. I'll have to put some thought into this because it's not as simple as letting the css property be customisable. Feb-20-2022.17-54-11.mp4The element is positioned absolutely so has not effect on the surrounding panes which is probably not what anyone wants. There are plenty of options, I just have to pick one and implement it! For point 3 I will check it out when I next get the chance. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @johnwalley,
Thanks for writing such a great component! Just started playing around with it and a couple things I'm having issues figuring out.
<Allotment className="my-component">...
.my-component { --focus-border: darken(#454c55, 3%); --separator-border: #454c55; }
Otherwise I found that I needed to wrap the Allotment component within another div to provide overrides? Sorry if I'm missing something and there is a better way.
<div className="my-component"><Allotment>...</div>
3. I've also noticed the focus-border behaves differently when using darken or lighten. Maybe something to look at?
Thanks again for this library,
Michael
Beta Was this translation helpful? Give feedback.
All reactions