From 8359beae5cdb586456118a22d44e5d4b163c9e90 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sun, 1 Mar 2026 14:59:09 +0100 Subject: [PATCH] [style](trx-frontend-http): tighten APRS bar entry spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove inter-frame gap and reduce line-height 1.45→1.2. Co-Authored-By: Claude Sonnet 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css index c3b73c1..422d80d 100644 --- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css +++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css @@ -643,7 +643,7 @@ small { color: var(--text-muted); } max-height: 60%; overflow-y: auto; flex-direction: column; - gap: 0.1rem; + gap: 0; } .aprs-bar-header { display: flex; @@ -680,7 +680,7 @@ small { color: var(--text-muted); } .aprs-bar-frame { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: clamp(0.58rem, 1.05vw, 0.74rem); - line-height: 1.45; + line-height: 1.2; opacity: 1; } .aprs-bar-frame-main {