diff options
| author | Shpuld Shpludson <shp@cock.li> | 2018-02-02 05:38:57 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2018-02-02 05:38:57 +0000 |
| commit | f2f9343d2adfd7e40dc9a5ea75b1db309bfca01e (patch) | |
| tree | c12c1cefe9db38c71cf1ad2eab5d46ee09d268f2 /src | |
| parent | 47a7a3ae6f0f00fab9c904c5c57cfadf2d25ef17 (diff) | |
| parent | fe2e5ba6f04e9fd32aa62f4889c752cd2bb7eede (diff) | |
Merge branch 'fix/emoji-align' into 'develop'
Align custom emoji to middle of line.
See merge request pleroma/pleroma-fe!196
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 5c1f6804..3a8d164d 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -246,6 +246,7 @@ img, video { max-width: 100%; max-height: 400px; + vertical-align: middle; object-fit: contain; } |
