From 4ea48b3303e9a9d37447ba5979a5607fc8bbadb6 Mon Sep 17 00:00:00 2001 From: mariosemes Date: Thu, 26 Mar 2026 23:01:55 +0100 Subject: [PATCH] Layout category store lists as horizontal columns Each category is now a column side by side, so adding more categories grows horizontally instead of vertically. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/client/src/routes/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/src/routes/+page.svelte b/src/client/src/routes/+page.svelte index 90c9782..2aa3b33 100644 --- a/src/client/src/routes/+page.svelte +++ b/src/client/src/routes/+page.svelte @@ -127,9 +127,9 @@ {#if storesByCategory().length > 0} -
+
{#each storesByCategory() as group} -
+