[fix](trx-frontend): add room in rds overlay

Increase the RDS overlay padding and width so the waterfall badge has more breathing room.

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-01 10:32:41 +01:00
parent da2cc91925
commit bfbf18ae21
@@ -522,7 +522,7 @@ small { color: var(--text-muted); }
pointer-events: auto; pointer-events: auto;
cursor: pointer; cursor: pointer;
color: var(--text-heading); color: var(--text-heading);
padding: 0.22rem 0.6rem 0.16rem; padding: 0.34rem 0.9rem 0.28rem;
border: 1px solid color-mix(in srgb, var(--border-light) 72%, transparent); border: 1px solid color-mix(in srgb, var(--border-light) 72%, transparent);
border-radius: 999px; border-radius: 999px;
background: color-mix(in srgb, var(--card-bg) 52%, transparent); background: color-mix(in srgb, var(--card-bg) 52%, transparent);
@@ -535,9 +535,9 @@ small { color: var(--text-muted); }
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
gap: 0.08rem; gap: 0.16rem;
text-align: center; text-align: center;
max-width: min(88vw, 22rem); max-width: min(92vw, 24rem);
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }