Various front-end fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-10-31 13:03:03 +01:00
parent ecb862f634
commit e0127afd2b
8 changed files with 32 additions and 21 deletions

View File

@@ -112,9 +112,9 @@
v-slot="props"
>
<article class="flex">
<figure v-if="props.row.actor.avatar">
<figure v-if="props.row.actor.avatar" class="h-10 w-10">
<img
class="rounded"
class="rounded-full object-cover h-full"
:src="props.row.actor.avatar.url"
:alt="props.row.actor.avatar.alt || ''"
height="48"