diff options
| author | eal <eal@waifu.club> | 2018-02-01 17:18:51 +0200 |
|---|---|---|
| committer | eal <eal@waifu.club> | 2018-02-01 17:18:51 +0200 |
| commit | fe2e5ba6f04e9fd32aa62f4889c752cd2bb7eede (patch) | |
| tree | ffe03cfd0642a3df42d9708e2749304838a306b1 /src | |
| parent | 92289e545a62bd28ea336c5d712a05445e0e20ab (diff) | |
Align custom emoji to middle of line
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index d6c8cdb3..d5c904a2 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -248,6 +248,7 @@ img, video { max-width: 100%; max-height: 400px; + vertical-align: middle; object-fit: contain; } |
