From 984dfc09ec8f0315ba9f83b5fa33c00848697538 Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Fri, 13 Feb 2026 10:47:10 +0100 Subject: [PATCH] [style](trx-frontend-http): align unit and power labels right Co-authored-by: OpenAI Codex Signed-off-by: Stanislaw Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 e756974..c40e7e7 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 @@ -95,6 +95,9 @@ input.status-input, select.status-input { width: 100%; padding: 0.45rem 0.5rem; margin-top: 0.3rem; margin-bottom: 0; } +.controls-col-power.label-below-col .label { + text-align: right; +} .controls-col.label-below-col > :not(.label) { order: 1; } @@ -261,6 +264,9 @@ button:disabled { opacity: 0.6; cursor: not-allowed; } .unit-col { flex: 0 0 auto; } +.unit-col .label { + text-align: right; +} .label-below-row { display: flex; flex-direction: column;