more dashboard css fixes
This commit is contained in:
parent
f324c249f6
commit
31fd5da44b
6 changed files with 47 additions and 27 deletions
|
|
@ -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"));
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue