You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chrisdel101
changed the title
Make full nav breakpoint Max of 960px
Make full size nav breakpoint max of 960px
Nov 30, 2024
In #1590 I noted this issue.
Having the nav bar squish at this large breakpoint makes it both:
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.
The text was updated successfully, but these errors were encountered: