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.
This commit is contained in:
jelveh
2026-07-06 19:47:17 -07:00
parent 7ec14bc7db
commit 8d3abbc5f0
+2 -2
View File
@@ -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;