logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 89d684af4e83dda35106a971781368b8310ed917
parent: 151e200983df56d61ed4fb3a22e229e043a0f83a
Author: HJ <spam@hjkos.com>
Date:   Mon, 11 Mar 2019 09:45:16 +0000

Merge branch 'emoji-limit-profile' into 'develop'

user_card.vue: Set img.emoji to 32×32px

See merge request pleroma/pleroma-fe!665

Diffstat:

Msrc/components/user_card/user_card.vue12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue @@ -159,6 +159,18 @@ &-bio { text-align: center; + + img { + object-fit: contain; + vertical-align: middle; + max-width: 100%; + max-height: 400px; + + .emoji { + width: 32px; + height: 32px; + } + } } // Modifiers