diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 7ea96e80a9..002cb48fb7 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -160,9 +160,16 @@ &-bio { text-align: center; - img.emoji { - width: 32px; - height: 32px; + img { + object-fit: contain; + vertical-align: middle; + max-width: 100%; + max-height: 400px; + + .emoji { + width: 32px; + height: 32px; + } } }