Make category name larger and left-align stores with category
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -149,12 +149,12 @@
|
|||||||
<span class="w-2 h-0.5 bg-white rounded-full"></span>
|
<span class="w-2 h-0.5 bg-white rounded-full"></span>
|
||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
<span class="text-xs font-medium text-text-primary">{group.category.name}</span>
|
<span class="text-sm font-semibold text-text-primary">{group.category.name}</span>
|
||||||
<span class="text-2xs text-text-tertiary">({group.stores.length})</span>
|
<span class="text-2xs text-text-tertiary">({group.stores.length})</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- Store list -->
|
<!-- Store list -->
|
||||||
<div class="pl-6 space-y-0.5">
|
<div class="space-y-0.5">
|
||||||
{#each group.stores as store}
|
{#each group.stores as store}
|
||||||
<button
|
<button
|
||||||
onclick={() => toggleStore(store.id)}
|
onclick={() => toggleStore(store.id)}
|
||||||
|
|||||||
Reference in New Issue
Block a user