From 6d5e34b196e06009dc1d9a77f842d8035dc42de4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 02:44:15 +0000 Subject: [PATCH 1/2] Initial plan From 68847c75f28b44e054dd47420743254386241d8f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 02:59:38 +0000 Subject: [PATCH 2/2] fix: add tablet hamburger menu and mobile CSS improvements for docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add hamburger/dropdown nav to CustomHeader.astro for 769–900px tablets to prevent the 7-link header from overflowing on iPad-size viewports. Includes ARIA attributes, keyboard (Escape) support, outside-click dismissal, focus management, and astro:page-load re-initialization. - Hide full nav at 769–900px in custom.css and show .tablet-nav-wrapper - Disable light-glow-move background animation on mobile (≤768px) to reduce CPU/battery usage - Add word-break: break-word to inline code on mobile to prevent horizontal overflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/components/CustomHeader.astro | 135 +++++++++++++++++++++++++ docs/src/styles/custom.css | 29 ++++-- 2 files changed, 155 insertions(+), 9 deletions(-) diff --git a/docs/src/components/CustomHeader.astro b/docs/src/components/CustomHeader.astro index 8e23bfb1343..10b1a644eaf 100644 --- a/docs/src/components/CustomHeader.astro +++ b/docs/src/components/CustomHeader.astro @@ -15,6 +15,23 @@ const base = import.meta.env.BASE_URL; Blog Peli's Agent Factory + + +