Opened 4 years ago
Closed 4 years ago
#54756 closed enhancement (reported-upstream)
Change media query from 600px to 37.5em for better response and accessibility
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.8.2 |
| Component: | Editor | Keywords: | |
| Focuses: | accessibility, css | Cc: |
Description
The current media query is 600px for collapsing blocks on small devices. This is good, but not the best. If a person wishes to adjust the default font setting in the browser to larger or smaller, the layout will not align.
I have tried to make my themes as responsive and as accessible as possible, but I cannot overcome the hard 600px query.
default font of 16pt * 37.5em = 600px
Thanks!
Change History (1)
Note: See
TracTickets for help on using
tickets.
Thanks for the report!
The Gutenberg repository has a few discussions on this, and GB16911 seems to be the main issue if you would like to add any comments there.
https://github.com/WordPress/gutenberg/issues/16911
(also GB35848)