Responsive layout with steps priority

The new possibilities for creating responsive layouts are great, but I would like to propose going further. It would be awesome if it was possible to define priorities for changing dimensions in Steps.

Example:

  1. In image 1, we have a menu with 3 groups of icons.
  2. If the 3 groups have fixed width and I resize it, it works fine until the distance between the groups reaches the same distance between the icons, as in image 2 (where I would currently set a min-width to not have problems).
  3. If I keep resizing the layout is destroyed, as in image 3.

What I would like (Image 4): as soon as the min-width is reached (which I would define as resizing priority / value 1 / step 1), it would also start resizing the distance between the icons (these I would define as value 2 / step 2 or something similar).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.