From a13663cdbd7caec7ed7604432b7361dbc7f4a0a4 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Tue, 3 Feb 2026 20:59:53 +0100 Subject: [PATCH] Made empty queue better with dragging and stuff --- static/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 82135d8..6f37483 100644 --- a/static/index.html +++ b/static/index.html @@ -291,7 +291,10 @@ DOMMainSongPersonal.append(el); DOMMainSongPersonal.querySelector("img")?.remove() - DOMMainSongPersonal.querySelector("button")?.remove() + const btns = DOMMainSongPersonal.querySelectorAll("a"); + btns[0].classList = "text-4xl font-thin opacity-30 tabular-nums" + btns[0].innerHTML = "01"; + btns[1].remove() DOMMainSongPersonal.children[1].draggable = false;