From 90f111fcb1ddd283a2820d208762cebdfb747a99 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 23 Apr 2026 09:17:30 +0200 Subject: [PATCH] style(documents): bump right-column font-size from xs to sm in list rows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 12px text felt cramped next to the larger 120×168 thumbnail. Lift the date / VON / AN / progress label to 14px so the row reads comfortably without changing the width or the row height. Co-Authored-By: Claude Opus 4.7 --- frontend/src/lib/components/DocumentRow.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/DocumentRow.svelte b/frontend/src/lib/components/DocumentRow.svelte index e5fcf385..d4e2bd5c 100644 --- a/frontend/src/lib/components/DocumentRow.svelte +++ b/frontend/src/lib/components/DocumentRow.svelte @@ -160,7 +160,7 @@ function safeTagColor(color: string | null | undefined): string { -