diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js index b09a2d2..e9acc8b 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/app.js @@ -2600,7 +2600,7 @@ let spectrumZoom = 1; let spectrumPanFrac = 0.5; // Y-axis level: floor = bottom dB value shown; range = total dB span. -let spectrumFloor = -100; +let spectrumFloor = -115; let spectrumRange = 80; // BW-strip drag state. diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html index c394673..01e426d 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/index.html @@ -22,7 +22,8 @@ - + +
@@ -35,9 +36,6 @@
Rig: --
Owner: --
-
- -
@@ -49,7 +47,6 @@ - Signal History
@@ -85,7 +82,7 @@
- +
diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index f725e72..77afb55 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -375,7 +375,7 @@ button:disabled { opacity: 0.6; cursor: not-allowed; } small { color: var(--text-muted); } .header { display: grid; - grid-template-columns: auto minmax(0, 1fr) auto; + grid-template-columns: auto minmax(0, 1fr); align-items: center; column-gap: 1rem; margin-bottom: -0.45rem; @@ -439,12 +439,6 @@ 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; @@ -472,50 +466,13 @@ small { color: var(--text-muted); } font-size: 0.78rem; white-space: nowrap; } -.header-logo { height: 4.6em; width: auto; flex-shrink: 0; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35)); } -.button-group { - display: flex; - gap: 0; - align-items: center; -} - -.button-group .theme-toggle-btn { - border-radius: 0; - margin-left: -1px; -} - -.button-group .theme-toggle-btn:first-child { - border-radius: 999px 0 0 999px; - margin-left: 0; -} - -.button-group .theme-toggle-btn:last-child:not(:first-child) { - border-radius: 0 999px 999px 0; -} - -.theme-toggle-btn { - height: 1.7rem; - min-height: 1.7rem; +.header-bar-btn { + height: 2rem; padding: 0 0.65rem; - font-size: 0.76rem; - font-weight: 700; - letter-spacing: 0.02em; - border-radius: 999px; - border: 1px solid var(--btn-border); - background: linear-gradient(135deg, color-mix(in srgb, var(--btn-bg) 82%, #ffffff), var(--btn-bg)); - color: var(--text); - cursor: pointer; - transition: all 150ms ease; -} - -.theme-toggle-btn:hover { - opacity: 0.9; -} -[data-theme="light"] .theme-toggle-btn { - background: linear-gradient(135deg, #0f172a, #334155); - border-color: #334155; - color: #f8fafc; + font-size: 0.78rem; + white-space: nowrap; } +.header-logo { height: 4.6em; width: auto; flex-shrink: 0; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35)); } .subtitle { color: var(--text-muted); font-size: 0.95rem; } .subtitle a { color: var(--accent-green); text-decoration: none; } .subtitle a:hover { text-decoration: underline; } @@ -711,7 +668,6 @@ 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; }