From 0399282e4c010dd15a031e7da69fd33d48999d2f Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 13 May 2026 19:35:05 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Wurfb=C3=B6rse=20auto-fill=20Grid=20?= =?UTF-8?q?=E2=80=94=201=20Karte=20f=C3=BCllt=20volle=20Breite,=20keine=20?= =?UTF-8?q?fixen=20Spalten=20mehr=20(SW=20by-v907)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/components.css | 10 +--------- backend/static/index.html | 6 +++--- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/backend/static/css/components.css b/backend/static/css/components.css index 0a6c754..976aef5 100644 --- a/backend/static/css/components.css +++ b/backend/static/css/components.css @@ -6977,18 +6977,10 @@ svg.empty-state-icon { .wb-cards { display: grid; - grid-template-columns: 1fr; + grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: var(--space-4); } -@media (min-width: 768px) { - .wb-cards { grid-template-columns: repeat(2, 1fr); } -} - -@media (min-width: 1200px) { - .wb-cards { grid-template-columns: repeat(3, 1fr); } -} - .wb-card { background: var(--c-surface); border: 1px solid var(--c-border-light); diff --git a/backend/static/index.html b/backend/static/index.html index a8f5bd5..3d73a3b 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -101,9 +101,9 @@ - - - + + +