fixed emote display in usernames and reactions

This commit is contained in:
ari melody 2024-07-02 21:58:46 +01:00
parent 22feedaff5
commit ce2f09721d
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 12 additions and 2 deletions

View file

@ -74,6 +74,11 @@ main {
width: 732px;
}
img.emoji {
height: 1.2em;
margin: -.1em 0;
}
.throb {
animation: .25s throb alternate infinite ease-in;
}