From ddf4758713eb5bf1fc8eef67439a970faa5c2a75 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Mon, 22 Jul 2024 11:32:43 +0100 Subject: [PATCH] fix: volume slider thumb 1px gap in chrome --- web/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/style.css b/web/style.css index e32677c..a5207ed 100644 --- a/web/style.css +++ b/web/style.css @@ -149,7 +149,6 @@ main { height: var(--range-height); -webkit-appearance: none; color: #13bba4; - margin-top: -1px; } input[type="range"]::-webkit-slider-thumb {