From 2daaec15fa6d2165ad65d23c7cd9cfdf6e8228b4 Mon Sep 17 00:00:00 2001 From: dtonon Date: Tue, 23 Jun 2026 22:38:25 +0200 Subject: [PATCH] Revert edge-to-edge images (3bc2031) --- src/lib/components/PostContent.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/PostContent.svelte b/src/lib/components/PostContent.svelte index 7918f13..d953445 100644 --- a/src/lib/components/PostContent.svelte +++ b/src/lib/components/PostContent.svelte @@ -700,7 +700,7 @@ src={block.src} alt={block.alt} loading="lazy" - class="-mx-6 block max-h-[80vh] w-[calc(100%_+_3rem)] max-w-none rounded-none object-contain md:mx-auto md:w-full md:max-w-full md:rounded" + class="block mx-auto w-full max-h-[80vh] object-contain rounded" /> {:else if block.type === "blockquote"}
{@render renderBlocks(blocks)}