mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-03-31 07:12:12 +02:00
fix tall emojis being cropped
This commit is contained in:
parent
8045d1866e
commit
6199788f28
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100%;
|
height: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue