From e5a3038e7704534f5b455d7dad969f476c13bc09 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Mon, 4 Mar 2024 20:20:31 +0100 Subject: [PATCH] no more center for blurry text --- playlist/static/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/playlist/static/style.css b/playlist/static/style.css index 780a4c9..b033791 100644 --- a/playlist/static/style.css +++ b/playlist/static/style.css @@ -446,7 +446,6 @@ input[type="range"]#volume::-webkit-slider-thumb { display: flex; flex-flow: row nowrap; justify-content: center; - text-align: center; flex-grow: 1; align-items: center; }