expressjs/expressjs.com

Make full size nav breakpoint max of 960px

Open

#1,704 opened on 2024年11月30日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)CSS (5,330 stars) (2,088 forks)batch import
designenhancementhelp wanted

説明

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.

コントリビューターガイド

Make full size nav breakpoint max of 960px · expressjs/expressjs.com#1704 | Good First Issue