[feat](trx-frontend-http): add waterfall contrast gamma curve slider

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-21 18:11:39 +01:00
parent 6a7c3b5bbb
commit 1078fb23ed
3 changed files with 36 additions and 2 deletions
@@ -2573,6 +2573,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
}
#spectrum-bw-label,
#spectrum-floor-label,
#spectrum-gamma-label,
#spectrum-peak-hold-label {
width: 100%;
justify-content: space-between;
@@ -3113,6 +3114,23 @@ button:focus-visible, input:focus-visible, select:focus-visible {
padding: 0 8px;
font-size: 0.73rem;
}
#spectrum-gamma-label {
display: flex;
align-items: center;
gap: 0.3rem;
font-size: 0.75rem;
color: var(--text-muted);
}
#spectrum-gamma-input {
width: 5rem;
height: 1.5rem;
cursor: pointer;
}
#spectrum-gamma-value {
font-size: 0.72rem;
min-width: 1.6rem;
text-align: right;
}
.spectrum-hint-mouse,
.spectrum-hint-touch {
font-size: 0.68rem;