Fix inconsistent icon sizing in dashboard grid views
Maintain Release Merge PR / update-release-pr (push) Canceled after 0s
Notify HeyPuter / notify (push) Canceled after 0s
release-please / release-please (push) Canceled after 0s

This commit is contained in:
jelveh
2026-07-19 12:24:21 -07:00
parent 817ece40ba
commit 28730010c3
+3 -2
View File
@@ -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 {