Fix non-square emojis being truncated
This commit is contained in:
parent
6e2b87f5af
commit
8bd27165f3
@ -35,6 +35,8 @@ $emoji-picker-emoji-size: 32px;
|
|||||||
.still-image {
|
.still-image {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user