From 04b741b133e468cdd5dce831bfaeed5cdea030d6 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Wed, 18 Sep 2024 14:39:30 +0200 Subject: [PATCH] Improve reliability of the version selector --- src/components/VersionDropdown.astro | 96 +++++++++++++++------------- 1 file changed, 50 insertions(+), 46 deletions(-) diff --git a/src/components/VersionDropdown.astro b/src/components/VersionDropdown.astro index 6c5860a..e9ecb1f 100644 --- a/src/components/VersionDropdown.astro +++ b/src/components/VersionDropdown.astro @@ -3,59 +3,63 @@ import { Icon } from 'astro-icon/components' import { loaderList, versionList} from '../js/modversion.js' --- -
-
-
- - - - -
+ +
+ + + +
-
+