Merge pull request #36688 from sokumon/desktop-icon-folder

fix(desktop): increase folder icon dimensions
This commit is contained in:
Soham Kulkarni 2026-02-04 16:32:05 +05:30 committed by GitHub
commit f6b7b5537b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -273,8 +273,8 @@
height: 5px;
}
& img{
width: 9px;
height: 9px;
width: var(--folder-thumbnail-icon-height);
height: var(--folder-thumbnail-icon-height);
}
}