emoji style update

This commit is contained in:
MathMan05 2024-08-05 22:49:26 -05:00
parent 3841defed7
commit 3eaa1c425e
3 changed files with 16 additions and 12 deletions

View file

@ -389,11 +389,12 @@ class Message{
}
const emoji=document.createElement("p");
emoji.textContent=thing.emoji.name;
reaction.append(emoji);
const count=document.createElement("p");
count.textContent=""+thing.count;
count.classList.add("reactionCount");
reaction.append(count);
reaction.append(emoji);
reactdiv.append(reaction);
reaction.onclick=_=>{