1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-22 17:47:48 +01:00

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

View file

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