Compare 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
5 changed files with 2 additions and 26 deletions
+2 -2
View File
@@ -471,8 +471,8 @@
},
{
"path": "frontend/pages/auction/foundation.css",
"bytes": 35329,
"lines": 2420
"bytes": 35247,
"lines": 2416
},
{
"path": "database.py",
-4
View File
@@ -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;
-12
View File
@@ -1,17 +1,5 @@
/* Canonical CSS owner: mentor. Historical layers consolidated 2026-08-02. */
body[data-active-view="mentorView"] .app-page-context {
max-width: 560px;
min-width: 180px;
overflow: visible;
}
body[data-active-view="mentorView"] .app-page-context span {
overflow: visible;
white-space: normal;
text-overflow: unset;
}
#mentorView.workspace-view {
--qp-bg-header: #F5F6F7;
--qp-bg-sidebar: #FFFFFF;
-4
View File
@@ -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;
-4
View File
@@ -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;