Merge pull request #37539 from sokumon/desktop-ui

This commit is contained in:
Soham Kulkarni 2026-02-25 17:41:48 +05:30 committed by GitHub
commit d2bd7fc0fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View file

@ -2,7 +2,7 @@
--desktop-blur: blur(10.2px);
--desktop-modal-width: 590px;
--desktop-modal-height: 450px;
--folder-thumbnail-icon-height: 12px;
--folder-thumbnail-icon-height: 16px;
--desktop-icon-dimension: 54px;
--folder-icon-background-color: var(--surface-gray-1);
--desktop-modal-radius: 30px;
@ -368,7 +368,7 @@
:root {
--desktop-icon-dimension: 50px;
--desktop-icon-container: 117px;
--folder-thumbnail-icon-height:17px;
--folder-thumbnail-icon-height:15px;
}
.desktop-container {

View file

@ -1086,11 +1086,6 @@ class DesktopIcon {
this.folder_grid = new DesktopIconGrid({
wrapper: this.folder_wrapper,
icons_data: this.child_icons,
row_size: 3,
page_size: {
row: 3,
col: 3,
},
in_folder: true,
in_modal: false,
no_dragging: true,