Merge pull request #36688 from sokumon/desktop-icon-folder
fix(desktop): increase folder icon dimensions
This commit is contained in:
commit
f6b7b5537b
1 changed files with 2 additions and 2 deletions
|
|
@ -273,8 +273,8 @@
|
|||
height: 5px;
|
||||
}
|
||||
& img{
|
||||
width: 9px;
|
||||
height: 9px;
|
||||
width: var(--folder-thumbnail-icon-height);
|
||||
height: var(--folder-thumbnail-icon-height);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue