From 93db4af367221ee5b50fd0a498d066d81ed13ab4 Mon Sep 17 00:00:00 2001 From: opspawn Date: Sat, 21 Feb 2026 17:09:31 +0000 Subject: [PATCH] fix(ui): responsive navigation header for smaller screens Raise the desktop/mobile navigation breakpoint from md (768px) to lg (1024px). At the md breakpoint the desktop navigation items were too cramped and overlapped on tablet-sized screens (768px-1023px). The mobile hamburger menu now covers this range, providing a clean layout at all viewport widths. Also improve accessibility by replacing focus:outline-none on the mobile menu toggle button with focus-visible ring styling, ensuring keyboard users can see the focus indicator. Fixes #323 Signed-off-by: opspawn Signed-off-by: opspawn --- ui/src/components/Header.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/components/Header.tsx b/ui/src/components/Header.tsx index 5766c92d7..af2ae5e77 100644 --- a/ui/src/components/Header.tsx +++ b/ui/src/components/Header.tsx @@ -28,8 +28,8 @@ export function Header() { }; return ( -