1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-23 19:29:13 +08:00

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 { img {
width: 100%; width: 100%;
min-height: 100%; height: 100%;
object-fit: contain; object-fit: contain;
} }