-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile: Block toolbar should be responsive #724
Comments
So, here's a mockup of how our various toolbars could behave in a responsive setting: Not included is the freeform block toolbar, because that's still in flux and will need more time in the oven. The quick toolbars have these states:
First question: can we achieve states 1 and 2 using flexbox? Second question: can we achieve state 1 in a realistic amount of time? In case question 2 is unfeasible, I have other ideas for how to tackle responsive toolbars, but this, I think is a good design. So very curious to hear your thoughts. CC: @youknowriad and @iseulde. Can we use this polyfill to create CSS element queries? https://github.com/marcj/css-element-queries |
This is rather improved in the most recent push. As such I'm switching milestones. |
Master is working well currently. Closing this as fixed for now. |
Related to #44 and probably best to wait for #660 to be merged: the block toolbar should be responsive.
Part of this is ensuring good positioning (perhaps always fixed at the top below a certain screen threshold) at small viewports.
Part of it is deciding which buttons are present. See also #705.
Part of it could be making the inline tools show up on select only, a la the mockups:
Probably necessary regardless — the ability to move some items into an overflow ellipsis menu.
The text was updated successfully, but these errors were encountered: