Skip to content
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

Make full size nav breakpoint max of 960px #1704

Open
chrisdel101 opened this issue Nov 30, 2024 · 1 comment
Open

Make full size nav breakpoint max of 960px #1704

chrisdel101 opened this issue Nov 30, 2024 · 1 comment
Labels
enhancement help wanted UI Change, update, or fix for site UI (not content)

Comments

@chrisdel101
Copy link
Contributor

In #1590 I noted this issue.

Having the nav bar squish at this large breakpoint makes it both:

  • Annoying to use on a laptop, where the screen size is often set to around 850px (864px for me). User always has to manually open the nav to use it.
  • Makes it way harder to do development on laptop since full nav and dev tools do not fit on the screen together.

Breakpoint to full nav should kick in between 768-850px like before. Since the links do not fit at these sizes, was reason this change was made, fix needs to implement some solution to hide certain links (or something) to make this work.

@chrisdel101 chrisdel101 changed the title Make full nav breakpoint Max of 960px Make full size nav breakpoint max of 960px Nov 30, 2024
@bjohansebas bjohansebas added enhancement help wanted UI Change, update, or fix for site UI (not content) labels Dec 1, 2024
@bjohansebas
Copy link
Member

Links should not be hidden directly; the option to continue viewing those links should be added through a button. One idea is how GitHub handles it:
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted UI Change, update, or fix for site UI (not content)
Projects
None yet
Development

No branches or pull requests

2 participants