Fix Navbar on desktop+ screen when having many nav items
Created by: erzhtor
Closes https://github.com/sourcegraph/sourcegraph/issues/35408
Description
This PR:
- Changes Navbar to fallback on
lg-breakpoint-down
screens to compact view if both "Getting started" and "Batch Changes" is shown - Otherwise, it will still show the full-wide version until
md-breakpoint-down
Test plan
- Run locally and check with different modes (features enabled)
Screenshots
BEFORE | AFTER |
---|---|
App preview:
Check out the client app preview documentation to learn more.