FilesBlock: size label smaller + no-wrap

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Peter Meier
2026-05-18 08:42:32 +02:00
parent 325f95487f
commit 1284be9c42
+1 -1
View File
@@ -128,7 +128,7 @@
<span class="shrink-0 flex flex-col items-center w-8">
<Icon icon={f.iconName} class="size-4 text-stein-500" aria-hidden="true" />
{#if f.sizeLabel}
<span class="text-[.6rem] text-stein-400 tabular-nums leading-tight">{f.sizeLabel}</span>
<span class="text-[.55rem] text-stein-400 tabular-nums leading-tight whitespace-nowrap">{f.sizeLabel}</span>
{/if}
</span>
<span class="flex-1 min-w-0 text-sm text-stein-900 group-hover:underline truncate">{f.label}</span>