From 400a4166620d1d30296a1767d810514ab5c10429 Mon Sep 17 00:00:00 2001 From: Eric Lake Date: Sat, 5 Nov 2022 21:10:45 -0600 Subject: [PATCH 1/3] Solves submenu z-index on desktop --- src/components/Navigation.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index b548317..979cc45 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -209,7 +209,6 @@ import { DarkMode } from 'accessible-astro-components' &.is-desktop { .desktop-menu { visibility: visible; - z-index: 0; position: static; } From 617c90e731472509339f429748cf961b2a6b9749 Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Sun, 6 Nov 2022 11:07:27 +0100 Subject: [PATCH 2/3] Fixed a small misalignment of the darkmode icon in the desktop menu --- src/components/Navigation.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 979cc45..bbbba4a 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -215,6 +215,10 @@ import { DarkMode } from 'accessible-astro-components' .mobile-menu { display: none; } + + .darkmode-toggle { + margin-top: -6px; + } } &.is-mobile { From ff1c78c482d88e19436b654d6e331f63d998139a Mon Sep 17 00:00:00 2001 From: Mark Teekman Date: Sun, 6 Nov 2022 11:07:35 +0100 Subject: [PATCH 3/3] Update version to 1.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ee5162..4bc121d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-starter", "description": "An Accessible Starter Theme for Astro including several accessiblity features and tools to help you build faster.", - "version": "1.6.0", + "version": "1.6.1", "author": "Mark Teekman", "homepage": "https://accessible-astro.dev", "scripts": {