fix(desktop): increase folder icon dimensions

This commit is contained in:
sokumon 2026-02-04 16:24:14 +05:30
parent cd5990bd78
commit bcfdf2dad8

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);
}
}