chore: tailwind linting (#28165)

chore: tailwind cannonical classes
This commit is contained in:
Daniel Dietzler
2026-05-01 06:18:03 +02:00
committed by GitHub
parent b60e9c6771
commit 5e9bda7fab
248 changed files with 963 additions and 880 deletions
@@ -34,7 +34,7 @@
</script>
<div
class="p-4 bg-light-100 ms-4 rounded-lg text-sm min-w-52"
class="ms-4 min-w-52 rounded-lg bg-light-100 p-4 text-sm"
title={$t('storage_usage', {
values: {
used: getByteUnitString(usedBytes, $locale, 3),
@@ -58,7 +58,7 @@
{thresholds}
/>
{:else}
<p class="font-medium text-immich-dark-gray dark:text-white mb-4">{$t('storage')}</p>
<p class="mb-4 font-medium text-immich-dark-gray dark:text-white">{$t('storage')}</p>
<LoadingSpinner />
{/if}
</div>