From 2bf31d1826faa51e4149450af2c0f4fdf818ac55 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Wed, 18 Mar 2026 11:25:21 +0000 Subject: [PATCH] [#302] Stack TVL and plot count on separate lines in card metadata - Remove inline layout and | separator - Each metadata value on its own line with whitespace-nowrap - Rating summary on its own line below Fixes #302 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/StoryCard.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/components/StoryCard.tsx b/src/components/StoryCard.tsx index 74b6544a..eadf6f5b 100644 --- a/src/components/StoryCard.tsx +++ b/src/components/StoryCard.tsx @@ -68,19 +68,16 @@ export function StoryCard({ - {/* Metadata row below card */} -
-
- {storyline.token_address && ( - <> - - | - - )} - - {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} linked + {/* Metadata below card */} +
+ {storyline.token_address && ( + + -
+ )} + + {storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"} linked +