[style](trx-frontend-http): align unit and power labels right

Co-authored-by: OpenAI Codex <codex@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-13 10:47:10 +01:00
parent 1b97bc9795
commit 984dfc09ec
@@ -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;