[style](trx-frontend): reduce aprs overlay header height
Cut the APRS overlay header sizing further so the row reads much smaller and no longer dominates the overlay. Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -656,17 +656,17 @@ small { color: var(--text-muted); }
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 0.22rem;
|
gap: 0.14rem;
|
||||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
font-size: clamp(0.46rem, 0.72vw, 0.58rem);
|
font-size: clamp(0.34rem, 0.52vw, 0.44rem);
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.06em;
|
||||||
color: var(--accent-green);
|
color: var(--accent-green);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding: 0 0 0.08rem;
|
padding: 0;
|
||||||
margin-bottom: 0.04rem;
|
margin-bottom: 0.02rem;
|
||||||
border-bottom: 1px solid color-mix(in srgb, var(--border-light) 34%, transparent);
|
border-bottom: 1px solid color-mix(in srgb, var(--border-light) 22%, transparent);
|
||||||
opacity: 0.92;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
.aprs-bar-title {
|
.aprs-bar-title {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
@@ -679,27 +679,27 @@ small { color: var(--text-muted); }
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: 1px solid color-mix(in srgb, var(--border-light) 24%, transparent);
|
border: 1px solid color-mix(in srgb, var(--border-light) 16%, transparent);
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
background: color-mix(in srgb, var(--card-bg) 22%, transparent);
|
background: color-mix(in srgb, var(--card-bg) 16%, transparent);
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
.aprs-bar-clear {
|
.aprs-bar-clear {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.08rem;
|
gap: 0.04rem;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
padding: 0.01rem 0.18rem 0.02rem;
|
padding: 0 0.1rem;
|
||||||
line-height: 0.95;
|
line-height: 0.8;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: 0.5em;
|
font-size: 0.36em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.03em;
|
letter-spacing: 0.02em;
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0.82;
|
opacity: 0.76;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transition: opacity 120ms, background 120ms, border-color 120ms, color 120ms;
|
transition: opacity 120ms, background 120ms, border-color 120ms, color 120ms;
|
||||||
@@ -721,8 +721,8 @@ small { color: var(--text-muted); }
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: color-mix(in srgb, var(--accent-green) 68%, var(--text-muted));
|
color: color-mix(in srgb, var(--accent-green) 68%, var(--text-muted));
|
||||||
font-size: 0.82em;
|
font-size: 0.7em;
|
||||||
line-height: 0.9;
|
line-height: 0.75;
|
||||||
}
|
}
|
||||||
.aprs-bar-frame {
|
.aprs-bar-frame {
|
||||||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
|
|||||||
Reference in New Issue
Block a user