From 07a46f7736eb881a62669f27af355713f28bee78 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sun, 10 Mar 2019 01:56:21 +0100 Subject: [PATCH] =?UTF-8?q?user=5Fcard.vue:=20Set=20img.emoji=20to=2032?= =?UTF-8?q?=C3=9732px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to https://git.pleroma.social/pleroma/pleroma/merge_requests/792 --- src/components/user_card/user_card.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index cc2ce6b8fe..7ea96e80a9 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -159,6 +159,11 @@ &-bio { text-align: center; + + img.emoji { + width: 32px; + height: 32px; + } } // Modifiers