style: 🎨 Run Biome formatter

This commit is contained in:
Jesse Wierzbinski 2026-01-09 21:47:12 +01:00
parent 74c3b26f20
commit 68e23a818a
No known key found for this signature in database
244 changed files with 435 additions and 470 deletions

View file

@ -4,9 +4,9 @@
class="w-full h-full overflow-hidden relative p-0 *:first:w-full *:first:h-full *:first:object-contain *:first:bg-muted/20"
>
<DialogTrigger v-if="lightbox" :as-child="true">
<slot/>
<slot />
</DialogTrigger>
<slot v-else/>
<slot v-else />
<!-- Alt text viewer -->
<Popover v-if="attachment.description">
<div class="absolute top-0 right-0 p-2">
@ -16,7 +16,7 @@
size="icon"
title="View alt text"
>
<Captions/>
<Captions />
</Button>
</PopoverTrigger>
</div>
@ -43,18 +43,18 @@
size="icon"
class="ml-auto"
>
<Download/>
<Download />
</Button>
<DialogClose :as-child="true">
<Button variant="outline" size="icon">
<X/>
<X />
</Button>
</DialogClose>
</div>
<div
class="flex items-center justify-center overflow-hidden *:max-h-[80vh] *:max-w-[80vw] *:w-full *:h-full *:object-contain"
>
<slot/>
<slot />
</div>
<DialogDescription class="flex items-center justify-center">
<Card

View file

@ -3,7 +3,7 @@
<div
class="flex flex-col items-center justify-center min-h-48 text-sm gap-2"
>
<File class="size-12"/>
<File class="size-12" />
<span>File attachment</span>
</div>
</AttachmentBase>