mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix custom emojis with non-1:1 aspect ratio being stretched (#5017)
This commit is contained in:
parent
8e33fc29d7
commit
b35406b700
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@
|
|||
display: inline-block;
|
||||
font-size: inherit;
|
||||
vertical-align: middle;
|
||||
object-fit: contain;
|
||||
margin: -.2ex .15em .2ex;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
|
Loading…
Reference in a new issue