From 8c06600e92237c09035ddb39945ad6edb07a1071 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 21 Mar 2025 21:57:35 +0000 Subject: shorter fwd jumps so I can maybe actually jump 90 seconds with three taps, instead of overshooting every time --- resources/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/index.html b/resources/index.html index cd7bb6a..b83fcab 100644 --- a/resources/index.html +++ b/resources/index.html @@ -273,7 +273,8 @@ /* Range styling (firefox only) from https://css-tricks.com/sliding-nightmare-understanding-range-input/ https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ - */ + */ + input[type=range] { display: block; width: 100%; @@ -393,9 +394,9 @@ - - - + + + -- cgit v1.2.3