feat(topbar): add divider between sender/receiver block and action buttons
Some checks failed
CI / E2E Tests (pull_request) Failing after 1h16m31s
CI / Unit & Component Tests (push) Failing after 1m30s
CI / Backend Unit Tests (push) Failing after 2m29s
CI / Unit & Component Tests (pull_request) Failing after 1m30s
CI / Backend Unit Tests (pull_request) Failing after 2m29s
CI / E2E Tests (push) Failing after 1h12m24s
Some checks failed
CI / E2E Tests (pull_request) Failing after 1h16m31s
CI / Unit & Component Tests (push) Failing after 1m30s
CI / Backend Unit Tests (push) Failing after 2m29s
CI / Unit & Component Tests (pull_request) Failing after 1m30s
CI / Backend Unit Tests (pull_request) Failing after 2m29s
CI / E2E Tests (push) Failing after 1h12m24s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit was merged in pull request #174.
This commit is contained in:
@@ -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