logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: f2f9343d2adfd7e40dc9a5ea75b1db309bfca01e
parent: 47a7a3ae6f0f00fab9c904c5c57cfadf2d25ef17
Author: Shpuld Shpludson <shp@cock.li>
Date:   Fri,  2 Feb 2018 05:38:57 +0000

Merge branch 'fix/emoji-align' into 'develop'

Align custom emoji to middle of line.

See merge request pleroma/pleroma-fe!196

Diffstat:

Msrc/components/status/status.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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; }