prettier tailwind class sorting
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user