Align custom emoji to middle of line

This commit is contained in:
eal 2018-02-01 17:18:51 +02:00
parent 92289e545a
commit fe2e5ba6f0
1 changed files with 1 additions and 0 deletions

View File

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