From 75b3e11335f2bcaccd80972e2bc2097f945ba1a9 Mon Sep 17 00:00:00 2001
From: xcexec <hattori.hansa@protonmail.com>
Date: Tue, 22 Oct 2024 14:44:32 +0200
Subject: [PATCH] ActorInline.vue round avatar fix

---
 src/components/Account/ActorInline.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Account/ActorInline.vue b/src/components/Account/ActorInline.vue
index 853a346dd..214eb7fee 100644
--- a/src/components/Account/ActorInline.vue
+++ b/src/components/Account/ActorInline.vue
@@ -2,7 +2,7 @@
   <div
     class="inline-flex items-start gap-2 bg-white dark:bg-violet-1 dark:text-white p-2 rounded-md"
   >
-    <div class="flex-none">
+    <div class="">
       <figure v-if="actor.avatar">
         <img
           class="w-8 h-8 rounded-full object-cover"