diff --git a/src/lib/components/Sidebar.svelte b/src/lib/components/Sidebar.svelte index a300bd0..075d3c2 100644 --- a/src/lib/components/Sidebar.svelte +++ b/src/lib/components/Sidebar.svelte @@ -800,12 +800,12 @@ class:active={$viewMode === 'notebook' && $activeNotebook?.relative_path === ''} onclick={selectUnfiled} > - - - Unfiled Notes {$rootNoteCount} + + + Unfiled Notes {$rootNoteCount} {/if} {#each sortedNotebooks as nb (nb.path)} @@ -942,7 +942,7 @@ {@const isCollapsed = $collapsedNotebooks.includes(nb.path)} {@const iconSrc = getNotebookIconSrc(nb)} {#if editingNotebook === nb.path} -