[style](trx-frontend): rebalance aprs overlay title spacing
Tighten the spacing inside the APRS title while adding more room between the title and the clear action. Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -656,7 +656,7 @@ small { color: var(--text-muted); }
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 0.14rem;
|
||||
gap: 0.32rem;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||
font-size: clamp(0.6rem, 0.9vw, 0.75rem);
|
||||
font-weight: 700;
|
||||
@@ -671,9 +671,13 @@ small { color: var(--text-muted); }
|
||||
.aprs-bar-title {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.1rem;
|
||||
min-width: 0;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.aprs-bar-title-word {
|
||||
display: inline-block;
|
||||
}
|
||||
.aprs-bar-clear-wrap {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user