From 05f28ca4ee847853eceab91264b66c492482ebce Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 21 Jan 2026 08:55:49 +0000 Subject: [PATCH] feat(post): add max-width constraint to content Add max-w-2xl (768px) with mx-auto to center and constrain post content width, similar to ZapWindow. Prevents content from becoming too wide on large screens while maintaining good readability. --- src/components/PostViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PostViewer.tsx b/src/components/PostViewer.tsx index 02bc238..95c4bfd 100644 --- a/src/components/PostViewer.tsx +++ b/src/components/PostViewer.tsx @@ -430,7 +430,7 @@ export function PostViewer() { return (
-
+
{!showPublishedPreview ? ( <> {/* Editor */}