feat(dashboard): reader dashboard spec alignment #483 #484

Merged
marcel merged 15 commits from feat/issue-483-reader-dashboard-spec-align into main 2026-05-09 14:24:24 +02:00
Showing only changes of commit 1c515a3145 - Show all commits

View File

@@ -41,7 +41,7 @@ const timeLabel = $derived.by(() => {
>
<a
href="/documents"
class="flex min-h-[44px] flex-col items-center justify-center border-r border-line-soft px-3 focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:outline-none"
class="flex min-h-[44px] flex-col items-center justify-center border-r border-line-soft px-5 focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:outline-none"
>
<span class="block text-2xl leading-none font-black text-brand-navy">{documents ?? '—'}</span>
<span
@@ -56,7 +56,7 @@ const timeLabel = $derived.by(() => {
<a
href="/persons"
class="flex min-h-[44px] flex-col items-center justify-center border-r border-line-soft px-3 focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:outline-none"
class="flex min-h-[44px] flex-col items-center justify-center border-r border-line-soft px-5 focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:outline-none"
>
<span class="block text-2xl leading-none font-black text-brand-navy">{persons ?? '—'}</span>
<span
@@ -71,7 +71,7 @@ const timeLabel = $derived.by(() => {
<a
href="/geschichten"
class="flex min-h-[44px] flex-col items-center justify-center px-3 focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:outline-none"
class="flex min-h-[44px] flex-col items-center justify-center px-5 focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:outline-none"
>
<span class="block text-2xl leading-none font-black text-brand-navy">{stories ?? '—'}</span>
<span