From 58a0a2efafbc92ab3e4bbc4593e81def0efc6d6c Mon Sep 17 00:00:00 2001 From: grabowski Date: Wed, 1 Jul 2026 13:30:27 +0700 Subject: [PATCH] Make Devices and Components grids fill widescreens Both list pages were capped at max-w-6xl and 3 columns, wasting most of the horizontal space on wide monitors. Drop the width cap (w-full) and step the card grid up to 4 columns at xl and 6 at 2xl. --- src/routes/(app)/components/+page.svelte | 4 ++-- src/routes/(app)/devices/+page.svelte | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/(app)/components/+page.svelte b/src/routes/(app)/components/+page.svelte index 9bcf5b9..c46905d 100644 --- a/src/routes/(app)/components/+page.svelte +++ b/src/routes/(app)/components/+page.svelte @@ -27,7 +27,7 @@ Components - My Collection -
+