diff --git a/frontend/src/lib/components/PanelMetadata.svelte b/frontend/src/lib/components/PanelMetadata.svelte index a652f0c2..b819df8d 100644 --- a/frontend/src/lib/components/PanelMetadata.svelte +++ b/frontend/src/lib/components/PanelMetadata.svelte @@ -136,9 +136,7 @@ let { doc }: { doc: Doc } = $props(); {doc.sender.firstName[0]}{doc.sender.lastName[0]}
-

+

{doc.sender.firstName} {doc.sender.lastName}

diff --git a/frontend/src/routes/DocumentList.svelte b/frontend/src/routes/DocumentList.svelte index 38ce333e..3802d3c9 100644 --- a/frontend/src/routes/DocumentList.svelte +++ b/frontend/src/routes/DocumentList.svelte @@ -56,9 +56,7 @@ let {
-

+

{doc.title || doc.originalFilename}

diff --git a/frontend/src/routes/enrich/+page.svelte b/frontend/src/routes/enrich/+page.svelte index bc7021d7..f23a53e0 100644 --- a/frontend/src/routes/enrich/+page.svelte +++ b/frontend/src/routes/enrich/+page.svelte @@ -74,9 +74,7 @@ const count = $derived(documents.length);
  • -

    +

    {doc.title}

    diff --git a/frontend/src/routes/enrich/done/+page.svelte b/frontend/src/routes/enrich/done/+page.svelte index 23093f38..2a8e9ef7 100644 --- a/frontend/src/routes/enrich/done/+page.svelte +++ b/frontend/src/routes/enrich/done/+page.svelte @@ -31,7 +31,7 @@ import { m } from '$lib/paraglide/messages.js';
    {m.enrich_back_to_list()} diff --git a/frontend/src/routes/layout.css b/frontend/src/routes/layout.css index 2eb88aa9..e30ae17e 100644 --- a/frontend/src/routes/layout.css +++ b/frontend/src/routes/layout.css @@ -216,5 +216,7 @@ a:hover { text-decoration-color: var(--c-accent); + text-decoration-thickness: 2px; + text-underline-offset: 4px; } } diff --git a/frontend/src/routes/persons/+page.svelte b/frontend/src/routes/persons/+page.svelte index cd43c50b..3b3d6a42 100644 --- a/frontend/src/routes/persons/+page.svelte +++ b/frontend/src/routes/persons/+page.svelte @@ -119,9 +119,7 @@ function handleSearch() {
    -

    +

    {person.firstName} {person.lastName}

    diff --git a/frontend/src/routes/persons/[id]/PersonDocumentList.svelte b/frontend/src/routes/persons/[id]/PersonDocumentList.svelte index cb084aea..56905999 100644 --- a/frontend/src/routes/persons/[id]/PersonDocumentList.svelte +++ b/frontend/src/routes/persons/[id]/PersonDocumentList.svelte @@ -86,7 +86,7 @@ const visibleDocuments = $derived(
    {doc.title || doc.originalFilename}