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
We need to a better mobile strategy for the quick toolbar. The quote block already is hard to fit on mobile screens. One idea includes collapsing the alignments into a dropdown. Another is adding an ellipsis at the end of the quick toolbar showing any items that don't fit in the menu altogether.
Here's a mockup, where the buttons "pop off" as the toolbar runs out of space:
Probably difficult to build this, as it can't rely on breakpoints but has to rely on JS to calculate available space and then move items to the overflow menu.
Addressing this PR would have to rethink slightly how the toolbar already now works on mobile, where an ellipsis menu shows the movers, and the cog/trash buttons. We'd have to unify all of those in the ellipsis menu.
The text was updated successfully, but these errors were encountered:
This PR may fix#2287, at least partially, or in a transitional way. It's a two-line code change, and all it does is ensure that on mobile, overflow can be scrolled.
This is not a good solution for desktop, of course, where the scrollbar when visible (as it is on nearly all computers) would not only cover content and be ugly, but scrolling horizontally is generally not a good experience. However on mobile, the scrollbar fades in briefly when you load the page, and you can just drag with your finger.
Let's discuss whether this is a good solution.
Extracting from #2246 (comment):
We need to a better mobile strategy for the quick toolbar. The quote block already is hard to fit on mobile screens. One idea includes collapsing the alignments into a dropdown. Another is adding an ellipsis at the end of the quick toolbar showing any items that don't fit in the menu altogether.
Here's a mockup, where the buttons "pop off" as the toolbar runs out of space:
Probably difficult to build this, as it can't rely on breakpoints but has to rely on JS to calculate available space and then move items to the overflow menu.
Addressing this PR would have to rethink slightly how the toolbar already now works on mobile, where an ellipsis menu shows the movers, and the cog/trash buttons. We'd have to unify all of those in the ellipsis menu.
The text was updated successfully, but these errors were encountered: