improve vertical file list styling

This commit is contained in:
vcoppe
2024-05-16 19:10:26 +02:00
parent c0c0b14728
commit 9a4d06e11d
6 changed files with 43 additions and 28 deletions

View File

@@ -9,7 +9,7 @@
</script>
{#if $file}
<CollapsibleTree side="left">
<CollapsibleTree side="left" margin={4}>
<FileListNode node={$file.file} id={$file.file._data.id} />
</CollapsibleTree>
{/if}