From 0b9bb56d5e6cb4d90243cb6d374e911891ca7e89 Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Wed, 22 Oct 2025 16:31:42 -0700 Subject: [PATCH] fix(website): mobile optimizations --- website/src/components/NavBar/MobileNav.tsx | 10 +++++----- website/src/components/ToggleGroup.tsx | 6 ++++-- website/src/components/home/HomePageControls.tsx | 5 ++++- website/src/components/typography/H6.astro | 2 +- website/src/pages/index.astro | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/website/src/components/NavBar/MobileNav.tsx b/website/src/components/NavBar/MobileNav.tsx index f738a232..18b5ab70 100644 --- a/website/src/components/NavBar/MobileNav.tsx +++ b/website/src/components/NavBar/MobileNav.tsx @@ -22,7 +22,7 @@ export default function MobileNav({ navLinks, currentPath, dark = false, childre {/* Trigger button - hamburger menu */} @@ -31,24 +31,24 @@ export default function MobileNav({ navLinks, currentPath, dark = false, childre {/* Portal renders outside DOM hierarchy */} {/* Popup container */} - + {/* Header with close button */}
Navigation

Video.js

- +
{/* Children */} - {children ?
{children}
: null} + {children ?
{children}
: null} {/* Navigation links */}