Change items order in vertical panel

Hi Jean-Emmanuel. I hope you are doing well. Thanks for your hard work on OSC, I’ve been using it for two years now and this software has just pushed me to the next level.

I have one concern about version 1.0. I cannot find a way to sort items in a vertical panel (justify:end). In the previous version (0.49) I was using “flex-direction: column-reverse;”, but it has no effect on the new panel widget (previously named “strip”).

Am I missing something?

Thank you for the help,
Have a great day!

The trick is the same but the html structure has changed:

> inner {
  flex-direction: column-reverse
}
1 Like

Oh. Superb! Thank you.