From 42f61de502e753f57e83b33efa935364e4ee33a2 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 28 Feb 2026 15:30:02 +0100 Subject: [PATCH] [style](trx-frontend-http): tighten overview spacing Co-authored-by: Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0f44a40..0b67f20 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 @@ -444,7 +444,7 @@ small { color: var(--text-muted); } .title { font-size: 1.4rem; font-weight: 700; display: inline-flex; align-items: center; gap: 0.35rem; } .overview-strip { width: 100%; - margin: calc(-1 * var(--header-waterfall-overlap)) 0 0.95rem; + margin: calc(-1 * var(--header-waterfall-overlap)) 0 0.45rem; position: relative; z-index: 4; }