From 579ce31bbd8ea67b8fca0868cc123ac34095d6f4 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 15:20:08 +0100 Subject: [PATCH] [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 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 6fa7272..d39e782 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 @@ -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%);