From 8a7a137719efa3479305b62ea834af7211a58a5f Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Fri, 3 Apr 2026 09:16:19 +0100 Subject: [PATCH] [#783] Put MCap and Deadline on same line on desktop Move Deadline/Story Complete into the existing 2-col stats grid so MCap+Supply sit in the left column and Deadline sits in the right column on sm+ screens. Mobile stacks vertically as before. Fixes #783 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/app/story/[storylineId]/page.tsx | 58 ++++++++++++++-------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/src/app/story/[storylineId]/page.tsx b/src/app/story/[storylineId]/page.tsx index b64929e5..66af5db5 100644 --- a/src/app/story/[storylineId]/page.tsx +++ b/src/app/story/[storylineId]/page.tsx @@ -302,37 +302,39 @@ function StoryHeader({ {priceInfo && ( -
+
- -
- - Supply Minted - - - {formatSupply(priceInfo.totalSupply)} tokens - +
+ +
+ + Supply Minted + + + {formatSupply(priceInfo.totalSupply)} tokens + +
+ {storyline.sunset ? ( +
+ Story complete + + {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} total + +
+ ) : storyline.last_plot_time ? ( +
+ + Next Plot Publish Deadline + + +
+ ) : null}
- {storyline.sunset ? ( -
- Story complete - - {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} total - -
- ) : storyline.last_plot_time ? ( -
- - Next Plot Publish Deadline - - -
- ) : null}
)} {!storyline.sunset && (