We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817ece4 commit 2873001Copy full SHA for 2873001
1 file changed
src/gui/src/css/dashboard.css
@@ -2214,9 +2214,10 @@ body.myapps-reordering .myapps-tile {
2214
.dashboard-section-files .files-tab .files.files-grid-view .row .item-icon img {
2215
width: 96px;
2216
height: 96px;
2217
+ /* override the desktop UI's 45px .item-icon img cap from style.css */
2218
+ max-width: none;
2219
+ max-height: none;
2220
object-fit: contain;
- max-width: fit-content;
- max-height: fit-content;
2221
}
2222
2223
.dashboard-section-files .files-tab .files.files-grid-view .row .item-icon svg {
0 commit comments