kubernetes / kubernetes/website
Bug: Navbar mode icon is partially hidden on widths between 767px and 799px
Open
kind/bug
needs-triage
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 15.7k
- Avg merge
- 4d 18h
- Merged PRs (30d)
- 204
Description
**This is a Bug Report**
**Problem:**
On screen widths between 767px and 799px, the main navbar items take up too much horizontal space. This pushes the dark/light mode toggle icon off the edge of the screen, causing it to be partially hidden/clipped.
**Proposed Solution:**
Reduce the horizontal margin (`padding`/`margin`) between the navbar items on smaller screens so everything fits within the viewport.
Specifically, in `layouts/partials/navbar.html`, change the margin class on the main menu items (`
**Page to Update:**
https://kubernetes.io/... (applies to all pages with the main navigation bar)
Contributor guide
Assessment
This issue has not been assessed yet.