Fix aspect ratio on non-square emojo
This commit is contained in:
parent
4048b31187
commit
165c54fec2
|
@ -31,6 +31,7 @@ dl.emojo dt {
|
|||
dl.emojo dt img {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
object-fit: contain;
|
||||
margin: -3px 0 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue