fix file tree margins

This commit is contained in:
vcoppe
2024-07-18 00:49:35 +02:00
parent e16c92fe0a
commit 44afe6cc76
4 changed files with 3 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
{#if $file}
{#if recursive}
<CollapsibleTree side="left" margin={4} defaultState="closed" slotInsideTrigger={false}>
<CollapsibleTree side="left" defaultState="closed" slotInsideTrigger={false}>
<FileListNode node={$file.file} item={new ListFileItem($file.file._data.id)} />
</CollapsibleTree>
{:else}