From 7c092d1a2291ac889aeb08f7a1b2bec3072aa24f Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 29 Mar 2026 13:36:29 -0700 Subject: [PATCH] Increase dashboard grid gap and icon size --- src/gui/src/css/dashboard.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index c89969ad5..61452809c 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -523,7 +523,7 @@ body { .myapps-grid { display: grid; grid-template-columns: repeat(auto-fill, 80px); - gap: 24px 24px; + gap: 32px 32px; justify-content: center; opacity: 1; transition: opacity 0.2s ease; @@ -544,8 +544,8 @@ body { } .myapps-tile-icon { - width: 48px; - height: 48px; + width: 52px; + height: 52px; overflow: hidden; background: var(--dashboard-card-background); transition: transform 0.15s ease, box-shadow 0.15s ease;