From d0e78df22062105435f81b1d147434af8cce1530 Mon Sep 17 00:00:00 2001
From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
Date: Mon, 11 Mar 2019 05:14:49 +0100
Subject: [PATCH] user_card.vue: Copy over .status-content img styling

---
 src/components/user_card/user_card.vue | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index 7ea96e80..002cb48f 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;
+      }
     }
   }