fix tall emojis being cropped

This commit is contained in:
Henry Jameson 2021-06-07 20:44:32 +03:00
parent 8045d1866e
commit 6199788f28

View file

@ -47,7 +47,7 @@
img {
width: 100%;
min-height: 100%;
height: 100%;
object-fit: contain;
}