[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user