Commit Graph
2 Commits
Author SHA1 Message Date
施工员andmultica-agent 19c08360ca fix: align mentor header right-side icons with other pages
Remove the stale body[data-active-view="mentorView"] .app-page-context
override from the mentor page stylesheet. It was added to widen the shell
title slot for the mentor subtitle, but the shared shell owner
(.main .app-header .app-page-context) already drives that slot with higher
specificity, so the page override was dead and only left a page-scoped rule
on a shared shell element. Deleting it lets mentor reuse the same canonical
shell header as every other page, keeping the right-side header actions
flush with the right edge.

Co-authored-by: multica-agent <github@multica.ai>
2026-08-22 17:18:38 +08:00
施工员andmultica-agent ed9858e330 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 <github@multica.ai>
2026-08-21 23:31:37 +08:00