fix(minor): folder thumbnail icons should look the same

This commit is contained in:
sokumon 2026-01-27 18:36:19 +05:30
parent 104a5c04bd
commit 4cc9cc33ca

View file

@ -279,8 +279,8 @@
height: 5px;
}
& img{
width: 9px;
height: 9px;
width: var(--folder-thumbnail-icon-height);
height: var(--folder-thumbnail-icon-height);
}
}