FilesBlock: size label smaller + no-wrap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user