From 28730010c3bb98bd4e20dff1f625504cfa527a9f Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 19 Jul 2026 12:24:21 -0700 Subject: [PATCH] Fix inconsistent icon sizing in dashboard grid views --- src/gui/src/css/dashboard.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index aa8a292ca..ec2b02ca2 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -2214,9 +2214,10 @@ body.myapps-reordering .myapps-tile { .dashboard-section-files .files-tab .files.files-grid-view .row .item-icon img { width: 96px; height: 96px; + /* override the desktop UI's 45px .item-icon img cap from style.css */ + max-width: none; + max-height: none; object-fit: contain; - max-width: fit-content; - max-height: fit-content; } .dashboard-section-files .files-tab .files.files-grid-view .row .item-icon svg {