fix(ui): make top navigation bar mobile responsive and eliminate horizontal...
run a fleet of AI agents on your own Kubernetes
Brought to you by:
agent-barn
Originally created by: amasen02
## Summary
Fixes [#154] — makes the main navigation bar mobile responsive and eliminates horizontal page scrolling on mobile viewports (<768px).
TopNav rendered a fixed desktop layout with:
px-10 and gap-9 without responsive scaling.On mobile viewports, these elements maintained their desktop dimensions and overflowed the viewport, causing unwanted horizontal page scrolling.
px-4 md:px-10 and gaps to gap-3 md:gap-9.hidden md:flex).md:hidden) with Menu and X icons from lucide-react.pathname watcher.npx tsc --noEmit: 0 TypeScript errors.npx next build: production build passed cleanly with Turbopack (20/20 routes).