[feat](trx-frontend-http): align overview strip with spectrum view

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 00:31:22 +01:00
parent cf7b2cb3a5
commit b976465e37
3 changed files with 53 additions and 24 deletions
@@ -351,7 +351,7 @@ button:disabled { opacity: 0.6; cursor: not-allowed; }
small { color: var(--text-muted); }
.header {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
column-gap: 1rem;
margin-bottom: 0.5rem;
@@ -370,11 +370,12 @@ small { color: var(--text-muted); }
.overview-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: flex-start;
gap: 0.75rem;
margin-bottom: 0.25rem;
}
.overview-label {
margin-left: auto;
color: var(--text-heading);
font-size: 0.82rem;
font-weight: 700;
@@ -409,6 +410,12 @@ small { color: var(--text-muted); }
gap: 0;
flex-shrink: 0;
}
.header-actions {
display: flex;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
}
.top-bar-actions {
display: flex;
align-items: center;
@@ -674,6 +681,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
.freq-inline { flex-wrap: wrap; }
.header-text { width: auto; min-width: 0; flex: 0 1 auto; }
.header-left { justify-content: flex-end; }
.header-actions { justify-content: flex-end; }
.tab-bar { flex-wrap: wrap; }
.top-bar-actions { width: 100%; justify-content: space-between; }
.header-rig-switch { width: auto; justify-content: flex-end; }