[style](trx-frontend): inset aprs overlay from edges

Offset the APRS overlay slightly from the waterfall edges so it reads
as a hovering strip and leaves the waterfall visible at the sides.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 15:20:08 +01:00
parent 69253959c8
commit 579ce31bbd
@@ -621,8 +621,8 @@ small { color: var(--text-muted); }
display: none;
position: absolute;
top: 50%;
left: 0;
right: 0;
left: 0.45rem;
right: 0.45rem;
width: auto;
max-width: none;
transform: translateY(-50%);