diff --git a/frontend/src/lib/components/DocumentTopBar.svelte b/frontend/src/lib/components/DocumentTopBar.svelte index faeb6273..1cdf5948 100644 --- a/frontend/src/lib/components/DocumentTopBar.svelte +++ b/frontend/src/lib/components/DocumentTopBar.svelte @@ -1,6 +1,7 @@
@@ -163,6 +166,95 @@ const longDate = $derived(doc.documentDate ? formatDate(doc.documentDate, 'long' /> {/if} + + + {#if (canAnnotate && isPdf) || doc.filePath} +
(mobileMenuOpen = false)} + > + + + {#if mobileMenuOpen} + + {/if} +
+ {/if}