logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 830f3762ef80ff794880a7033ab5c6c825bbaa54
parent: 216073eb58d2928bf6fb2e187b28dac04f4ce02e
Author: Shpuld Shpludson <shp@cock.li>
Date:   Wed,  6 Mar 2019 05:11:07 +0000

Merge branch 'emoji-limit' into 'develop'

compatibility with upcoming changes

See merge request pleroma/pleroma-fe!643

Diffstat:

Msrc/components/status/status.vue5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -422,6 +422,11 @@ $status-margin: 0.75em; max-height: 400px; vertical-align: middle; object-fit: contain; + + &.emoji { + width: 32px; + height: 32px; + } } blockquote {