prettier tailwind class sorting

This commit is contained in:
2025-07-16 10:18:57 +02:00
parent c9bf3912f8
commit d0d54b09ba
9 changed files with 25 additions and 20 deletions

View File

@@ -209,14 +209,14 @@ async function submit() {
/>
<div
class="flex min-h-[280px] sm:min-h-[unset] sm:aspect-video w-full items-center justify-center rounded-xl border overflow-hidden"
class="flex min-h-[280px] w-full items-center justify-center overflow-hidden rounded-xl border sm:aspect-video sm:min-h-[unset]"
>
<ScrollArea
v-if="uploadStore.files.length > 0"
class="h-full w-full"
>
<div
class="flex h-full w-full flex-col items-stretch gap-2 text-left p-4"
class="flex h-full w-full flex-col items-stretch gap-2 p-4 text-left"
>
<UploadListEntry
v-for="(file, i) in uploadStore.files"