forked from AkkomaGang/akkoma-fe
Merge branch 'fix/emoji-align' into 'develop'
Align custom emoji to middle of line. See merge request pleroma/pleroma-fe!196
This commit is contained in:
commit
f2f9343d2a
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@
|
|||
img, video {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
vertical-align: middle;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue