From fd0a83ba1076893b8bd7a89e229e9b4594d626b5 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 30 May 2025 17:48:59 +0200 Subject: [PATCH] width volume Signed-off-by: ale --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index f59eb58..3a0a13f 100644 --- a/src/App.css +++ b/src/App.css @@ -95,7 +95,7 @@ input[type="range"]::-webkit-slider-runnable-track { vertical-align: middle;; margin: 0 auto; display: inline-block; - width: 6rem; + width: 6rem !important; border: 0; color: white; } \ No newline at end of file