From c7bdd8a6851a5269909331f8ddd84edfdeab5862 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 20 Jul 2024 16:03:50 +0200 Subject: [PATCH] css bugfix for mobile interface --- playlist/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/playlist/static/style.css b/playlist/static/style.css index eaba0a0..ea5657c 100644 --- a/playlist/static/style.css +++ b/playlist/static/style.css @@ -367,6 +367,7 @@ input[type="range"]#volume::-webkit-slider-thumb { transform: none !important; bottom: 0; right: 0; + height: unset; } #clippy .body.hide { display: none;