more dashboard css fixes

This commit is contained in:
ari melody 2025-10-21 15:57:12 +01:00
parent f324c249f6
commit 31fd5da44b
Signed by: ari
GPG key ID: CF99829C92678188
6 changed files with 47 additions and 27 deletions

View file

@ -100,7 +100,7 @@ removeArtworkBtn.addEventListener("click", () => {
});
document.addEventListener("readystatechange", () => {
document.querySelectorAll(".card#credits .credit").forEach(el => {
document.querySelectorAll("#credits .credit").forEach(el => {
hijackClickEvent(el, el.querySelector(".artist-name a"));
});
});