agent ui: drop dead .stats-nav + #toolbar css now superseded by page-header

This commit is contained in:
iris 2026-06-22 13:18:05 +02:00 committed by mara
commit 6a54866ec7

View file

@ -997,16 +997,8 @@ pre.diff {
}
/* ─── /stats page ────────────────────────────────────────────────────────── */
.stats-nav {
display: flex;
gap: 0.75rem;
align-items: baseline;
margin-bottom: 0.5rem;
}
.stats-nav h2 { margin: 0; }
.stats-nav a { color: var(--cyan); text-decoration: none; }
.stats-nav a:hover { text-decoration: underline; }
/* The stats page header (back link + title) uses the shared
`.page-header` chrome (chrome.css), same as /screen. */
.window-tabs {
display: flex;
@ -1092,21 +1084,9 @@ body.screen-shell {
overflow: hidden;
}
/* Toolbar strip at the top of the screen page. */
#toolbar {
display: flex;
align-items: center;
gap: 0.75rem;
padding: 0.4rem 0.75rem;
background: var(--bg-elev);
border-bottom: 1px solid var(--border);
}
#toolbar a {
color: var(--blue);
text-decoration: none;
font-size: 0.85rem;
}
#toolbar a:hover { text-decoration: underline; }
/* The screen page header (back link + title + controls) uses the
shared `.page-header` chrome (chrome.css). The fit/match/debug
controls + status chip below sit inside that header. */
/* Toolbar toggle buttons (fit / match-size / debug). */
.tbtn {
@ -1122,7 +1102,7 @@ body.screen-shell {
.tbtn.active { color: var(--green); border-color: var(--green); }
.tbtn:disabled { opacity: 0.4; cursor: default; }
/* Connection status chip at the right end of the toolbar. */
/* Connection status chip at the right end of the screen page header. */
#status {
margin-left: auto;
font-size: 0.75rem;