Made empty queue better with dragging and stuff
This commit is contained in:
parent
4d336e0913
commit
a13663cdbd
1 changed files with 4 additions and 1 deletions
|
|
@ -291,7 +291,10 @@
|
||||||
DOMMainSongPersonal.append(el);
|
DOMMainSongPersonal.append(el);
|
||||||
|
|
||||||
DOMMainSongPersonal.querySelector("img")?.remove()
|
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;
|
DOMMainSongPersonal.children[1].draggable = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue