From ed9858e330190d4cf72c8a191548818813ac8934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=BD=E5=B7=A5=E5=91=98?= <4846a27a-ba87-49c9-939d-7275f63efcc7@agents.multica.local> Date: Fri, 21 Aug 2026 23:31:37 +0800 Subject: [PATCH] fix: align auction/themes/popularity header right-side icons with other pages Remove the stale body[data-active-view] .overview-strip { flex: 0 0 auto } override from the three market-insight page stylesheets. Since the merged header (B-147) moved the market tape into .app-header, this rule no longer targets the old in-main overview strip and instead overrides the shared shell rule (.app-header .overview-strip { flex: 1 0 auto }), which pushed the header-actions icons off the right edge on auction, theme library and popularity pages. Deleting the override lets the shared shell owner drive the tape growth so the right-side icons sit flush like every other page. Regenerate architecture-inventory.json line metrics for the CSS change. Co-authored-by: multica-agent --- app/config/architecture-inventory.json | 4 ++-- app/frontend/pages/auction/foundation.css | 4 ---- app/frontend/pages/popularity/foundation.css | 4 ---- app/frontend/pages/themes/foundation.css | 4 ---- 4 files changed, 2 insertions(+), 14 deletions(-) diff --git a/app/config/architecture-inventory.json b/app/config/architecture-inventory.json index eb229b1..d81168f 100644 --- a/app/config/architecture-inventory.json +++ b/app/config/architecture-inventory.json @@ -471,8 +471,8 @@ }, { "path": "frontend/pages/auction/foundation.css", - "bytes": 35329, - "lines": 2420 + "bytes": 35247, + "lines": 2416 }, { "path": "database.py", diff --git a/app/frontend/pages/auction/foundation.css b/app/frontend/pages/auction/foundation.css index be12e23..2832a76 100644 --- a/app/frontend/pages/auction/foundation.css +++ b/app/frontend/pages/auction/foundation.css @@ -2102,10 +2102,6 @@ overflow: hidden; } - body[data-active-view="auctionView"] .overview-strip { - flex: 0 0 auto; - } - body[data-active-view="auctionView"] #auctionView.active-view { min-height: 0px; diff --git a/app/frontend/pages/popularity/foundation.css b/app/frontend/pages/popularity/foundation.css index 343a218..3a295f8 100644 --- a/app/frontend/pages/popularity/foundation.css +++ b/app/frontend/pages/popularity/foundation.css @@ -619,10 +619,6 @@ overflow: hidden; } - body[data-active-view="popularityView"] .overview-strip { - flex: 0 0 auto; - } - body[data-active-view="popularityView"] #popularityView.active-view { min-height: 0px; diff --git a/app/frontend/pages/themes/foundation.css b/app/frontend/pages/themes/foundation.css index 4f31dec..e773707 100644 --- a/app/frontend/pages/themes/foundation.css +++ b/app/frontend/pages/themes/foundation.css @@ -1089,10 +1089,6 @@ overflow: hidden; } - body[data-active-view="themeLibraryView"] .overview-strip { - flex: 0 0 auto; - } - body[data-active-view="themeLibraryView"] #themeLibraryView.active-view { min-height: 0px;