mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
feat: adaptive themeing
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user