Skip to content

Commit 2873001

Browse files
committed
Fix inconsistent icon sizing in dashboard grid views
1 parent 817ece4 commit 2873001

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/gui/src/css/dashboard.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,9 +2214,10 @@ body.myapps-reordering .myapps-tile {
22142214
.dashboard-section-files .files-tab .files.files-grid-view .row .item-icon img {
22152215
width: 96px;
22162216
height: 96px;
2217+
/* override the desktop UI's 45px .item-icon img cap from style.css */
2218+
max-width: none;
2219+
max-height: none;
22172220
object-fit: contain;
2218-
max-width: fit-content;
2219-
max-height: fit-content;
22202221
}
22212222

22222223
.dashboard-section-files .files-tab .files.files-grid-view .row .item-icon svg {

0 commit comments

Comments
 (0)