diff --git a/frontend/src/lib/components/AnnotateHintStrip.svelte b/frontend/src/lib/components/AnnotateHintStrip.svelte index e90398ce..03a46e1b 100644 --- a/frontend/src/lib/components/AnnotateHintStrip.svelte +++ b/frontend/src/lib/components/AnnotateHintStrip.svelte @@ -9,10 +9,10 @@ let { annotateMode }: Props = $props(); {#if annotateMode}
+
{shortDate} {longDate}
diff --git a/frontend/src/lib/components/OverflowPillButton.svelte b/frontend/src/lib/components/OverflowPillButton.svelte index 9309653c..f3e59d74 100644 --- a/frontend/src/lib/components/OverflowPillButton.svelte +++ b/frontend/src/lib/components/OverflowPillButton.svelte @@ -47,7 +47,7 @@ function handleKeydown(e: KeyboardEvent) { aria-label="{extraCount} weitere Empfänger anzeigen" onclick={toggle} onkeydown={handleKeydown} - class="inline-flex shrink-0 items-center rounded-full border border-line bg-muted px-2 py-0.5 text-[11px] font-bold text-ink-2 hover:bg-surface focus-visible:ring-2 focus-visible:ring-primary" + class="inline-flex shrink-0 items-center rounded-full border border-line bg-muted px-2 py-0.5 text-[14px] font-bold text-ink-2 hover:bg-surface focus-visible:ring-2 focus-visible:ring-primary" > +{extraCount} weitere @@ -57,12 +57,12 @@ function handleKeydown(e: KeyboardEvent) { role="list" class="absolute top-full left-0 z-50 mt-1 min-w-[160px] rounded-md border border-line bg-surface p-3 shadow-lg" > -Weitere Empfänger
+Weitere Empfänger
{#each persons as person (person.id)}