web: unify page headers into one shared page-header bar
Nightly Build / build (push) Successful in 7m17s

Every full-page view now renders the same sticky top bar (back button,
title, right-side actions) from the new web/css/page-header.css,
replacing a dozen per-page duplicates (.page-panel-header,
.project-page-header, .task-page-header, .llm-page-header, .um-header,
.apr-header, .llmr-header, .pv-header, .sa-header, .config-page-header,
.agents-page-header). Pages that padded the whole container (config,
agents, system-agents, llm-requests, models-hub) move that padding into
a body wrapper so the bar sits flush and stays pinned on scroll.
Back buttons are standardized to the icon-only .page-header-back.
This commit is contained in:
2026-07-29 12:36:24 +01:00
parent da8a835d70
commit 0ed94225b2
45 changed files with 389 additions and 492 deletions
-38
View File
@@ -35,39 +35,6 @@ approval-groups-page {
max-width: 100%;
}
.apr-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px;
min-height: 54px;
border-bottom: 1px solid var(--bs-border-color);
background: var(--bs-tertiary-bg);
flex-shrink: 0;
gap: 12px;
}
.apr-title {
margin: 0;
font-weight: 700;
font-size: 1.05rem;
display: flex;
align-items: center;
gap: 8px;
}
.apr-header-right {
display: flex;
align-items: center;
gap: 10px;
}
.apr-header-count {
font-size: 0.76rem;
font-weight: 500;
color: var(--bs-secondary-color);
}
/* ── Card list ── */
.apr-card-list {
@@ -417,11 +384,6 @@ approval-groups-page {
/* ── Mobile ── */
@media (max-width: 600px) {
.apr-header {
padding: 10px 14px;
min-height: 50px;
}
.apr-card-list {
padding: 10px 12px;
gap: 8px;