logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: b7c16ad68e9fe29ce3035477e53312a1a8b72ef2
parent: 61d04b88233316a30726f4104f66573c75b93ce4
Author: Shpuld Shpludson <shp@cock.li>
Date:   Mon, 22 Apr 2019 13:06:15 +0000

Merge branch 'bugfix/user-card-emojis-2' into 'develop'

user_card.vue: Fix .emoji to apply to img

See merge request pleroma/pleroma-fe!766

Diffstat:

Msrc/components/user_card/user_card.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue @@ -162,7 +162,7 @@ max-width: 100%; max-height: 400px; - .emoji { + &.emoji { width: 32px; height: 32px; }