From 695862c61fe83f121b889802575bf546f650acea Mon Sep 17 00:00:00 2001 From: jelveh Date: Wed, 22 Jul 2026 21:45:09 -0700 Subject: [PATCH] Increase dashboard directory icon size Adjusts the directory icon width in the dashboard files section from 28px to 35px for improved visibility. --- src/gui/src/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/css/dashboard.css b/src/gui/src/css/dashboard.css index 8575a70f0..5b44ef616 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -1430,7 +1430,7 @@ body.myapps-reordering .myapps-tile { } .dashboard-section-files .directories li img { - width: 28px; + width: 35px; height: auto; }