From 81427cd87b0f142d90b64546b9f58b902cd82fac Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 4 Apr 2026 13:12:40 +0200 Subject: [PATCH] [fix](trx-frontend-http): align recorder download and remove button heights Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 3 ++- 1 file changed, 2 insertions(+), 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 3d1799b..314504d 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 @@ -1263,9 +1263,10 @@ small { color: var(--text-muted); } box-sizing: border-box; margin: 0; padding: 0.2rem 0.5rem; + height: 1.55rem; font-size: 0.78rem; font-family: inherit; - line-height: 1.4; + line-height: 1; text-align: center; text-decoration: none; border: 1px solid var(--btn-border);