use width to size emojis instead of font size

This commit is contained in:
Aadil Ayub 2022-01-12 16:47:33 +06:00
parent fed70b91e0
commit 3a3c8f8bf3
1 changed files with 2 additions and 1 deletions

View File

@ -702,7 +702,8 @@ aside {
}
.emoji {
font-size: 1em;
width: 1em;
height: auto;
}
#loader {