[style](trx-frontend): shorten aprs live bar window

Limit the APRS live bar to the last 15 minutes and show that
window in the overlay header.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 18:23:07 +01:00
parent 00f5108a58
commit 353ce517ec
2 changed files with 13 additions and 2 deletions
@@ -686,6 +686,17 @@ small { color: var(--text-muted); }
.aprs-bar-title-word {
display: inline-block;
}
.aprs-bar-window {
margin-left: auto;
display: inline-flex;
align-items: center;
color: var(--text-muted);
font-size: 0.72em;
font-weight: 600;
letter-spacing: 0.03em;
text-transform: none;
white-space: nowrap;
}
.aprs-bar-clear-wrap {
display: inline-flex;
align-items: center;