mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-21 11:46:11 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue