Merge pull request #37539 from sokumon/desktop-ui
This commit is contained in:
commit
d2bd7fc0fa
2 changed files with 2 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue