make gifs animate on hover

This commit is contained in:
MathMan05
2025-04-08 20:51:57 -05:00
parent 25817fdaba
commit 4a9a17814e
10 changed files with 127 additions and 47 deletions

View File

@@ -155,7 +155,7 @@ async function webhookMenu(
const nameBox = document.createElement("div");
nameBox.classList.add("flexttb");
nameBox.append(name);
const pfp = user.buildpfp();
const pfp = user.buildpfp(undefined, div);
div.append(pfp, nameBox);
form.addHTMLArea(div);