From 5b93e8dc77089f54de0567968e3a262ee2dca473 Mon Sep 17 00:00:00 2001 From: TerryM Date: Sun, 31 May 2026 02:39:54 +0800 Subject: [PATCH] fix: match banner and popular list width to the latest cards Size the banner and the popular rank list to the same responsive widths as the latest section's message bubbles (680/900/1120), so the banner, latest cards and popular cards line up at one consistent content width on desktop. Desktop-scoped; mobile stays full-width. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/components/FigmaBanner.tsx | 2 +- src/components/PopularRankList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FigmaBanner.tsx b/src/components/FigmaBanner.tsx index f0925a1..f32e491 100644 --- a/src/components/FigmaBanner.tsx +++ b/src/components/FigmaBanner.tsx @@ -301,7 +301,7 @@ export function FigmaBanner() { ) : null; return ( -
+
+
{items.map((post, index) => (