align folders page empty state with table style (#8920)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Guilhem
2026-04-27 15:53:01 +00:00
committed by GitHub
co-authored by Claude Opus 4.7
parent 581658d881
commit 02f1581e5b
@@ -157,7 +157,11 @@
{:else}
{#if folders.length === 0}
<tr>
<td colspan="4" class="text-primary mt-2">No folders yet, create one!</td>
<Cell colspan="9">
<div class="text-xs text-primary py-2 text-center">
No folders yet, create one
</div>
</Cell>
</tr>
{/if}