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
@@ -261,7 +261,7 @@
{#each names as name}
<button
type="button"
class="thumb thumb-xl handle"
class="thumb handle"
use:tooltip={name + "\n(record: " + record.id + ")"}
class:thumb-warning={isSelected(record, name)}
on:click|preventDefault={select(record, name)}
+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);