Fix non-square emojis being truncated
This commit is contained in:
parent
16dd7278ee
commit
815bb62b4a
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ $emoji-picker-emoji-size: 32px;
|
|||
.still-image {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue