feat(topbar): responsive DocumentTopBar — issue #173 #174
@@ -155,8 +155,11 @@ let mobileMenuOpen = $state(false);
|
|||||||
<OverflowPillButton extraCount={extraCount} persons={overflowPersons} />
|
<OverflowPillButton extraCount={extraCount} persons={overflowPersons} />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
|
<!-- Divider between metadata and actions -->
|
||||||
|
<div class="mx-3 hidden h-6 w-px shrink-0 bg-line md:block"></div>
|
||||||
|
|
||||||
<!-- Action buttons -->
|
<!-- Action buttons -->
|
||||||
<div class="ml-2 flex shrink-0 items-center gap-1.5 pr-3 font-sans">
|
<div class="flex shrink-0 items-center gap-1.5 pr-3 font-sans">
|
||||||
{#if canAnnotate && isPdf && !annotateMode}
|
{#if canAnnotate && isPdf && !annotateMode}
|
||||||
{@render annotateBtn(false)}
|
{@render annotateBtn(false)}
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user