From 290564fd2fa3e570bbfc3057312e386a162ede0c Mon Sep 17 00:00:00 2001 From: chfhtw Date: Wed, 8 Apr 2026 15:55:07 +0200 Subject: [PATCH] bigger padding for dashboard items in mobile view --- public/css/components/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/components/dashboard.css b/public/css/components/dashboard.css index 6a01ccbf4..e7394ea74 100644 --- a/public/css/components/dashboard.css +++ b/public/css/components/dashboard.css @@ -89,6 +89,7 @@ @media(max-width: 577px) { :root { --fhc-dashboard-grid-size: 1; + --fhc-dg-item-py: .75rem; } }