ActorInline.vue round avatar fix

This commit is contained in:
xcexec 2024-10-22 14:44:32 +02:00
parent 682655e5cb
commit 75b3e11335

View file

@ -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"