From 2843010a97b5dad62cec01aa1e216891712808c3 Mon Sep 17 00:00:00 2001 From: jelveh Date: Mon, 6 Jul 2026 19:37:46 -0700 Subject: [PATCH] Increase myapps tile size to 100px --- 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 6b92c186d..8d4d78502 100644 --- a/src/gui/src/css/dashboard.css +++ b/src/gui/src/css/dashboard.css @@ -743,7 +743,7 @@ input.myapps-search::placeholder { .myapps-grid { display: grid; - grid-template-columns: repeat(auto-fill, 80px); + grid-template-columns: repeat(auto-fill, 100px); gap: 32px 32px; justify-content: center; opacity: 1; @@ -759,7 +759,7 @@ input.myapps-search::placeholder { flex-direction: column; align-items: center; cursor: pointer; - width: 80px; + width: 100px; -webkit-user-select: none; user-select: none; overflow: visible !important; @@ -807,7 +807,7 @@ input.myapps-search::placeholder { color: var(--dashboard-text-heading); text-align: center; line-height: 1.3; - max-width: 80px; + max-width: 100px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;