[fix](trx-frontend-http): hide duplicate spectrum waterfall, use overview waterfall only

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-26 21:06:36 +01:00
parent d99ce62562
commit dd8d2a4bfa
2 changed files with 5 additions and 5 deletions
@@ -2989,12 +2989,13 @@ button:focus-visible, input:focus-visible, select:focus-visible {
width: 100%;
height: var(--spectrum-plot-height);
background: var(--spectrum-bg);
border-radius: 6px 6px 0 0;
cursor: crosshair;
touch-action: none;
}
#spectrum-db-axis {
position: absolute;
top: var(--spectrum-plot-height);
top: 0;
left: 0;
width: 3rem;
height: var(--spectrum-plot-height);
@@ -3110,7 +3111,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
#spectrum-zoom-indicator {
display: none;
position: absolute;
top: calc(var(--spectrum-plot-height) + 6px);
top: 6px;
right: 3.5rem;
z-index: 9;
font-size: 0.68rem;
@@ -3150,7 +3151,6 @@ button:focus-visible, input:focus-visible, select:focus-visible {
width: 100%;
height: var(--spectrum-plot-height);
background: var(--spectrum-bg);
border-radius: 6px 6px 0 0;
cursor: crosshair;
touch-action: none;
}
@@ -3199,7 +3199,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
.spectrum-bookmark-side {
position: absolute;
top: calc(var(--spectrum-plot-height) * 1.5);
top: calc(var(--spectrum-plot-height) / 2);
transform: translateY(-50%);
z-index: 7;
width: var(--spectrum-bookmark-side-width);