You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the footer start/center/end sections are always placed next to each other. On mobile, when using more than 1 section (as the default does using start/end, or our own docs use even all three), this can become quite "crammed":
Should we start allowing those to be on separate lines (vertically instead of horizontally) at a certain breakpoint?
The text was updated successfully, but these errors were encountered:
I guess that would be a very good improvement.
To avoid facing issues like this #1568 I would like to use a clever way to detect the switch between vertical and horizontal, do you know any ?
We should be using the existing breakpoints to determine this layout change.
Related - it would be good to also do an overall pass at the theme for mobile and small screens as I know we have recently uncovered a number of items and layouts that needed adjustments for these.
We could add this to the accessibility related working items.
Currently, the footer start/center/end sections are always placed next to each other. On mobile, when using more than 1 section (as the default does using start/end, or our own docs use even all three), this can become quite "crammed":
Should we start allowing those to be on separate lines (vertically instead of horizontally) at a certain breakpoint?
The text was updated successfully, but these errors were encountered: