updated file picker thumbs size

This commit is contained in:
Gani Georgiev
2023-10-03 16:18:24 +03:00
parent 91bd739b71
commit 632ade795f
33 changed files with 45 additions and 42 deletions
+4 -1
View File
@@ -75,11 +75,14 @@
min-width: 0;
min-height: 0;
height: 100%;
.thumb {
--thumbSize: 14.6%;
}
}
.file-picker {
display: flex;
height: 440px;
height: 420px;
max-height: 100%;
align-items: stretch;
gap: var(--baseSpacing);