From ff8625f04ea6f30f58a1cfdb5ff1a2b96df91f03 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 28 Feb 2026 09:17:47 +0100 Subject: [PATCH] [style](trx-frontend-http): align auto bw button sizing Apply the same explicit height and padding rules to the\nAuto BW button as the Set button in the spectrum\ncontrols, including the mobile layout.\n\nCo-authored-by: Codex Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 +++- 1 file changed, 3 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 6ce1fb3..3b80c74 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 @@ -878,7 +878,8 @@ button:focus-visible, input:focus-visible, select:focus-visible { text-align: right; height: 1.5rem; } -#spectrum-bw-set-btn { +#spectrum-bw-set-btn, +#spectrum-bw-auto-btn { height: 1.5rem; min-height: 0; padding: 0 8px; @@ -963,6 +964,7 @@ button:focus-visible, input:focus-visible, select:focus-visible { font-size: 0.82rem; } #spectrum-bw-set-btn, + #spectrum-bw-auto-btn, #spectrum-auto-btn { height: 2.2rem; min-height: 0;