feat: adaptive themeing

This commit is contained in:
2026-03-16 15:40:16 +10:30
parent 577287b8a8
commit 3a2c438223
9 changed files with 197 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
let percentage = $derived(((state - min) / (max - min)) * 100);
</script>
<div class="relative mx-auto w-full max-w-lg">
<div class="relative w-full min-w-0">
<input
type="range"
min={min}