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