I haven't done much at all for mobile responsivity yet, and I'm trying to work out the best way to change from these two "form" views for PC and Mobile:
PC:
Mobile:
I don't think I can use a column container, as I basically want the buttons to be a fixed size for PC and auto-sized for mobile, and the col container will grow them in PC, as well as not being able to add the auto gap between the save and reload button.
I might be able to get it working with a flex container and wrapping, but it will be a struggle, and involve binding to the viewport width to swap component position settings which seems overly complex and prone to breaking...
The only way I can see to do it and have complete control is by using a breakpoint and having 2x set of all the components, which isn't very maintenance-friendly
Wondering if there is a way I haven't thought of?