web/emojipicker: don't stretch custom emojis (#470)

This commit is contained in:
Derry Tutt 2024-10-26 12:15:47 -05:00 committed by GitHub
parent aaee239d6a
commit f1a28840ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,7 @@ div.emoji-picker {
> img {
width: 3rem;
height: 3rem;
object-fit: contain;
}
}
@ -125,6 +126,7 @@ div.emoji-picker {
button.emoji-category-icon > img, button.emoji > img {
width: 1.5rem;
height: 1.5rem;
object-fit: contain;
}
button.emoji {