From ac6a7359187ef60618cebca80f6aa85a23f7c47c Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 23 Apr 2026 22:40:38 +0200 Subject: [PATCH] =?UTF-8?q?style(dashboard):=20address=20@leonievoss=20?= =?UTF-8?q?=E2=80=94=20scale=20fallback=20icon=20to=20match=20larger=20con?= =?UTF-8?q?tainer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit h-16 w-16 looked undersized in the 180×252 strip container (~25% of the height). h-24 w-24 gives ~38% visual weight, matching the ratio DocumentThumbnail uses for its lg (120×168) fallback (#309). Co-Authored-By: Claude Opus 4.7 --- frontend/src/lib/components/DashboardResumeStrip.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/DashboardResumeStrip.svelte b/frontend/src/lib/components/DashboardResumeStrip.svelte index 1be18627..ade60831 100644 --- a/frontend/src/lib/components/DashboardResumeStrip.svelte +++ b/frontend/src/lib/components/DashboardResumeStrip.svelte @@ -68,7 +68,7 @@ function safeColor(color: string): string { viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" - class="h-16 w-16" + class="h-24 w-24" >