From eeca30e7a6b696bc50ea63df2088a10e71d49ca4 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 19 Apr 2026 23:24:46 +0200 Subject: [PATCH] feat(frontend): add --header-height, bump initials to text-[10px], update nav to /documents Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/ContributorStack.svelte | 4 ++-- frontend/src/routes/AppNav.svelte | 8 ++++---- frontend/src/routes/layout.css | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/components/ContributorStack.svelte b/frontend/src/lib/components/ContributorStack.svelte index fc627627..4e417fc2 100644 --- a/frontend/src/lib/components/ContributorStack.svelte +++ b/frontend/src/lib/components/ContributorStack.svelte @@ -24,7 +24,7 @@ const safeContributors = $derived(contributors ?? []); @@ -33,7 +33,7 @@ const safeContributors = $derived(contributors ?? []); {/each} {#if hasMore} diff --git a/frontend/src/routes/AppNav.svelte b/frontend/src/routes/AppNav.svelte index 026b7f72..29eea77b 100644 --- a/frontend/src/routes/AppNav.svelte +++ b/frontend/src/routes/AppNav.svelte @@ -40,9 +40,9 @@ function handleOverlayKeydown(event: KeyboardEvent) {