From 57bfd63126455a5c588a6561b2d29f423d58a8db Mon Sep 17 00:00:00 2001 From: Tango Date: Tue, 2 Jun 2026 17:46:14 +0100 Subject: [PATCH] Updated slider value visuals to use their own ID, styles.css updated to make sliders bigger and more user friendly. --- www/index.html | 10 ++++++---- www/styles.css | 5 +++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/www/index.html b/www/index.html index dddfdda..968c47b 100644 --- a/www/index.html +++ b/www/index.html @@ -20,13 +20,15 @@

LucalEncoded?

Shock

- - 0 + +
+ 0

Vibrate

- - 0 + +
+ 0
diff --git a/www/styles.css b/www/styles.css index e24c070..36ef2f5 100644 --- a/www/styles.css +++ b/www/styles.css @@ -12,6 +12,7 @@ body { margin-bottom: 1%; padding: 1%; border-radius: 25px; + max-width: 100vw; } .contentBox{ @@ -23,4 +24,8 @@ body { padding: 1%; border-radius: 25px; max-width: 80%; +} + +.sliderInput{ + width: 90%; } \ No newline at end of file