chaiNNer
chaiNNer copied to clipboard
Slider input appearance change
When looking at photoshop's sliders, I realized we could make our sliders a bit better.

As you can see in Photoshop, the slider uses the full width, and the number input sits above it. The label is also left aligned. I think we should copy that design.
This will require a bit of a refactor though, because currently labels are applied the same way on every non-generic input. This will have to be changed to the input itself handling the label, or at least having a prop that allows you to turn off the existing default one.
Will this actually look good in chainner though? Our number inputs are quite tall.

I feel like theres easily enough room for it. If not, we can just make the input a bit taller overall. But this helps a little bit with too things: 1) the width of the slider number inputs is too small for some numbers, and 2) sliders are a bit too small. With this change, both could be wider without actually changing the width of the node
Not needed