From b08ecafe59ddaa95ad85385e131edaf0ca4010e7 Mon Sep 17 00:00:00 2001 From: buttercat1791 Date: Tue, 20 May 2025 09:16:05 -0500 Subject: [PATCH] Increase publication card max width This leaves more room on the feed for user badges and titles. --- src/lib/components/PublicationHeader.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/PublicationHeader.svelte b/src/lib/components/PublicationHeader.svelte index c7f9e15..f2c7345 100644 --- a/src/lib/components/PublicationHeader.svelte +++ b/src/lib/components/PublicationHeader.svelte @@ -32,7 +32,7 @@ {#if title != null && href != null} - + {#if image}