feat: Update theme switcher to work on mobile
All checks were successful
Build Docker / Build Image (push) Successful in 55s

This commit is contained in:
2025-08-07 00:43:23 +10:00
parent 0761d9d707
commit 3cfb7f1ebb
20 changed files with 184 additions and 268 deletions

View File

@@ -28,3 +28,9 @@
filter: opacity(20%);
}
.floating-switch {
position: sticky;
right: 2em;
bottom: 2em;
}