fix(desktop): increase folder icon dimensions
This commit is contained in:
parent
cd5990bd78
commit
bcfdf2dad8
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