Fix non-square emojis being truncated

This commit is contained in:
HJ 2022-08-18 13:10:24 +00:00 committed by Tusooa Zhu
parent 6e2b87f5af
commit 8bd27165f3
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ $emoji-picker-emoji-size: 32px;
.still-image {
max-width: 100%;
max-height: 100%;
height: 100%;
width: 100%;
object-fit: contain;
}
}