From 8d3abbc5f07e6c5eed185ae500ceedc9599262cd Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 6 Jul 2026 19:47:17 -0700 Subject: [PATCH] Increase myapps tile icon size to 60px Update .myapps-tile-icon width and height from 52px to 60px to improve icon visibility and better match the updated UI design. Other styles (overflow, background, transitions) are left unchanged. --- src/gui/src/css/dashboard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index 8d4d78502..89edcf94e 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -766,8 +766,8 @@ input.myapps-search::placeholder { } .myapps-tile-icon { - width: 52px; - height: 52px; + width: 60px; + height: 60px; overflow: hidden; background: var(--dashboard-card-background); transition: transform 0.15s ease, box-shadow 0.15s ease;