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
|
@ -246,6 +246,7 @@
|
||||||
img, video {
|
img, video {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
vertical-align: middle;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue