style(dashboard): widen stat columns from px-3 to px-5 in ReaderHeaderBar
Some checks failed
CI / Unit & Component Tests (push) Has been cancelled
CI / OCR Service Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Failing after 4m13s
CI / OCR Service Tests (pull_request) Successful in 40s
CI / Backend Unit Tests (pull_request) Failing after 3m20s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-08 17:28:51 +02:00
parent 43d36c898c
commit 1c515a3145

View File

@@ -41,7 +41,7 @@ const timeLabel = $derived.by(() => {
> >
<a <a
href="/documents" 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 class="block text-2xl leading-none font-black text-brand-navy">{documents ?? '—'}</span>
<span <span
@@ -56,7 +56,7 @@ const timeLabel = $derived.by(() => {
<a <a
href="/persons" 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 class="block text-2xl leading-none font-black text-brand-navy">{persons ?? '—'}</span>
<span <span
@@ -71,7 +71,7 @@ const timeLabel = $derived.by(() => {
<a <a
href="/geschichten" 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 class="block text-2xl leading-none font-black text-brand-navy">{stories ?? '—'}</span>
<span <span