From 9448ebfc5cee43800028b45bdd0f561029a4914b Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Fri, 3 Apr 2026 12:06:10 +0100 Subject: [PATCH] [#803] Left-align title and info on mobile Remove text-center/justify-center/text-right defaults from info panel, rating row, and info label spans. All text content is now left-aligned on both mobile and desktop. Moleskine cover stays centered on mobile via the parent flex container. Fixes #803 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/story/[storylineId]/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index 95007e27..ed6907c9 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -296,35 +296,35 @@ function StoryHeader({ {/* Info panel */} -
+
{/* Title */}

{storyline.title}

{/* Rating + Views */} -
+
{/* Info rows */}
-
- Writer +
+ Writer {truncateAddress(storyline.writer_address)}}> {storyline.writer_type === 1 && }
-
- Plots +
+ Plots {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"}
-
- Genre +
+ Genre {storyline.genre || "Uncategorized"} {storyline.language && storyline.language !== "English" && (