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

@@ -13,7 +13,7 @@ const sortedEntries = computed(() =>
</script>
<template>
<ScrollArea class="w-full h-full">
<ScrollArea class="h-full w-full">
<div class="flex flex-row flex-wrap gap-2">
<DirectoryEntry
v-for="entry in sortedEntries"