Skip to content

fix(nav): improve responsive nav behavior. #519

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

Merged
merged 1 commit into from
Dec 1, 2018

Conversation

chriskrycho
Copy link
Contributor

@chriskrycho chriskrycho commented Dec 1, 2018

Define a class to provide flexible widths of the roughly-desirable size for small screens, and apply that to the nav. Note that it is not possible to guarantee the list never looks odd without CSS Grid, but here we at least minimize the number of sizes where it looks odd, and in particular improve its look on all phone views.

You can see a video here showing the behavior – there are two very small ranges where we still get oddities, but most users should not see those.

Resolves #498.

Define a class to provide flexible widths of the roughly-desirable
size for small screens, and apply that to the nav. Note that it is
not possible to guarantee the list *never* looks odd without CSS Grid,
but here we at least minimize the number of sizes where it looks odd,
and in particular improve its look on all phone views.

Resolves #498.
@chriskrycho chriskrycho added this to the edition-release milestone Dec 1, 2018
@ashleygwilliams ashleygwilliams merged commit c7b6bd0 into master Dec 1, 2018
@delete-merged-branch delete-merged-branch bot deleted the improve-responsive-nav-behavior-498 branch December 1, 2018 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants