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:
Shpuld Shpludson 2018-02-02 05:38:57 +00:00
commit f2f9343d2a

View file

@ -246,6 +246,7 @@
img, video {
max-width: 100%;
max-height: 400px;
vertical-align: middle;
object-fit: contain;
}