From 34dfacafe8d258493d686206dbfd435b79f2fafa Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Fri, 24 Apr 2026 09:34:32 +0900 Subject: [PATCH] [Hotfix] Fix story card: remove fade, 1px accent border, single-line badges - Remove opacity-60 on non-active stories (no more fading) - Change active border from 2px to 1px with accent color - Merge Active/Expired badge and plot count onto one line Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/StoryCard.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/StoryCard.tsx b/src/components/StoryCard.tsx index 8e5fdf85..45912dba 100644 --- a/src/components/StoryCard.tsx +++ b/src/components/StoryCard.tsx @@ -26,7 +26,7 @@ export function StoryCard({ const isActive = status === "active"; return ( -
+
)} -
-
{storyline.plot_count} {storyline.plot_count === 1 ? "plot" : "plots"}