From 187be0af2710df9485e374752586480cfda48d72 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Sat, 4 Jul 2026 13:17:25 +0200 Subject: [PATCH] Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/web_dashboard.py --- src/__pycache__/web_dashboard.cpython-310.pyc | Bin 18718 -> 18674 bytes src/web_dashboard.py | 10 +++------- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/__pycache__/web_dashboard.cpython-310.pyc b/src/__pycache__/web_dashboard.cpython-310.pyc index 3c88d97c273aa5d1941bf66d383a1b47b3f0d69e..ab1d4e647e99ed64797f6544167a680483b0325e 100644 GIT binary patch delta 74 zcmbO?iSg4!M!tMrUM>b8*#Fui>#6TXz92!y37ZoI%UCAsNXc&&70cuTF(!+O2~OUn VU=L$&)>3?{&MwEnD8k6{4**EL6%hac delta 102 zcmew~k#XK6M!tMrUM>b8nEl!#OVDp4UyvZa{a@Liowu%d-)md diff --git a/src/web_dashboard.py b/src/web_dashboard.py index c4dcf03..e755b88 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -256,9 +256,7 @@ html_content = """ font-weight: 600; } - .metrics-grid { - display: grid; - grid-template-columns: repeat(4, 1fr); + .metrics-grid { grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; } @@ -389,13 +387,11 @@ html_content = """ } @media (max-width: 1200px) { - .metrics-grid { - grid-template-columns: repeat(2, 1fr); + .metrics-grid { grid-template-columns: repeat(4, 1fr); } } @media (max-width: 768px) { - .metrics-grid { - grid-template-columns: 1fr; + .metrics-grid { grid-template-columns: repeat(4, 1fr); } }