1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-19 10:19:13 +08: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;
}