From c516c950a8a010bd6b75c5d174b6c0fe9208926d Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 14 Oct 2024 17:19:10 -0700 Subject: [PATCH] improve overlay design and fix footer To fix: - css split between nav and nav-tree repeated due to mobile - right overlay needs padding adjustments and resizing for mobile --- src/components/Header.astro | 12 +-- src/styles/css-config/animations.css | 20 ---- src/styles/css-config/base.css | 9 +- src/styles/docs/docs.css | 27 ++--- src/styles/docs/nav/nav-tree.css | 15 ++- src/styles/docs/nav/nav.css | 141 ++++++++++++++------------- src/styles/docs/toc/toc.css | 40 ++++---- src/styles/global.css | 42 +++----- 8 files changed, 132 insertions(+), 174 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index f20b8b2..1b2154f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -43,23 +43,19 @@ const { headings } = Astro.props; ---
-

- Quickshell -

{url.length > 2 ?