[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 <codex@openai.com>

Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-02-28 09:17:47 +01:00
parent f7367e6270
commit ff8625f04e
@@ -878,7 +878,8 @@ button:focus-visible, input:focus-visible, select:focus-visible {
text-align: right; text-align: right;
height: 1.5rem; height: 1.5rem;
} }
#spectrum-bw-set-btn { #spectrum-bw-set-btn,
#spectrum-bw-auto-btn {
height: 1.5rem; height: 1.5rem;
min-height: 0; min-height: 0;
padding: 0 8px; padding: 0 8px;
@@ -963,6 +964,7 @@ button:focus-visible, input:focus-visible, select:focus-visible {
font-size: 0.82rem; font-size: 0.82rem;
} }
#spectrum-bw-set-btn, #spectrum-bw-set-btn,
#spectrum-bw-auto-btn,
#spectrum-auto-btn { #spectrum-auto-btn {
height: 2.2rem; height: 2.2rem;
min-height: 0; min-height: 0;