Fix non-square emojis being truncated
This commit is contained in:
parent
6e2b87f5af
commit
8bd27165f3
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…
Reference in a new issue