agent ui: drop dead .stats-nav + #toolbar css now superseded by page-header
This commit is contained in:
parent
98d015edea
commit
6a54866ec7
1 changed files with 6 additions and 26 deletions
|
|
@ -997,16 +997,8 @@ pre.diff {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── /stats page ────────────────────────────────────────────────────────── */
|
/* ─── /stats page ────────────────────────────────────────────────────────── */
|
||||||
|
/* The stats page header (back link + title) uses the shared
|
||||||
.stats-nav {
|
`.page-header` chrome (chrome.css), same as /screen. */
|
||||||
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; }
|
|
||||||
|
|
||||||
.window-tabs {
|
.window-tabs {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -1092,21 +1084,9 @@ body.screen-shell {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Toolbar strip at the top of the screen page. */
|
/* The screen page header (back link + title + controls) uses the
|
||||||
#toolbar {
|
shared `.page-header` chrome (chrome.css). The fit/match/debug
|
||||||
display: flex;
|
controls + status chip below sit inside that header. */
|
||||||
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; }
|
|
||||||
|
|
||||||
/* Toolbar toggle buttons (fit / match-size / debug). */
|
/* Toolbar toggle buttons (fit / match-size / debug). */
|
||||||
.tbtn {
|
.tbtn {
|
||||||
|
|
@ -1122,7 +1102,7 @@ body.screen-shell {
|
||||||
.tbtn.active { color: var(--green); border-color: var(--green); }
|
.tbtn.active { color: var(--green); border-color: var(--green); }
|
||||||
.tbtn:disabled { opacity: 0.4; cursor: default; }
|
.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 {
|
#status {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue