[fix](trx-frontend-http): shrink rds pi fallback display

Co-authored-by: Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 15:08:53 +01:00
parent 27c8018d89
commit b1fab91e0e
2 changed files with 10 additions and 1 deletions
@@ -487,6 +487,14 @@ small { color: var(--text-muted); }
letter-spacing: 0.08em;
white-space: pre;
}
.rds-ps-fallback {
display: block;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: clamp(0.72rem, 1.4vw, 0.95rem);
font-weight: 700;
letter-spacing: 0.04em;
white-space: nowrap;
}
.rds-ps-meta {
display: block;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;