Closed
Description
Increasing Access
We want the content to be clear and readable on all screen sizes.
Feature enhancement details
We have a bunch of open issues related to the responsive design of the "About" modal. I'm worried that fixing them one-by-one will just create more problems. We need a more substantial rewrite of this CSS and HTML.
Current issues:
- About Block content overflowing on changing language #2700
- In
About
modal position of "Contribute" and "Report a bug" is not consistent #2531 -
Report a bug
andcode of conduct
exceeds from about modal when window size is resized #2565 - editor about section responsiveness #2538
Proposed solutions:
- Set explicit column widths (33.3%, 50%, 100%) for various breakpoints using media queries.
- Rearrange the HTML so that the
about__footer
is not a sibling of the columns. - Shrink the logo on very small screens. Maybe move the version numbers to the right of the logo?
- Rethink the positioning on "medium" widths where we can fit two columns. Maybe a smaller logo up top and the two lists go next to each other below it?
How you can help:
Post some screenshots here of how you think the modal should look at various breakpoints, including landscape mode. You can play around with the HTML and CSS in your browser's dev tools or you can edit a screenshot in a graphics program. Let's not make PRs until we have a clearer vision of the desired behavior.