[fix](trx-frontend): compact wfm controls layout
Align the WFM options into a concise control strip with consistent sizes and spacing in the main window. Co-authored-by: OpenAI Codex <codex@openai.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -171,31 +171,53 @@ input.status-input, select.status-input { width: 100%; padding: 0.45rem 0.5rem;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.wfm-controls-inline {
|
||||
gap: 0.6rem;
|
||||
gap: 0.45rem;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-end;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.wfm-control {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.35rem;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
gap: 0.22rem;
|
||||
color: var(--text-muted);
|
||||
font-size: 0.85rem;
|
||||
font-size: 0.72rem;
|
||||
line-height: 1.1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.wfm-control-label {
|
||||
font-size: 0.68rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.wfm-control .status-input {
|
||||
min-width: 4.6rem;
|
||||
min-width: 4.4rem;
|
||||
width: auto;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
.wfm-control input.status-input {
|
||||
width: 5rem;
|
||||
}
|
||||
.wfm-control button.status-input {
|
||||
padding: 0.45rem 0.5rem;
|
||||
height: auto;
|
||||
height: 2.1rem;
|
||||
padding: 0.28rem 0.45rem;
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.2;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.wfm-control input.status-input {
|
||||
width: 4.25rem;
|
||||
}
|
||||
.wfm-gain-group {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 0.35rem;
|
||||
}
|
||||
.wfm-inline-btn {
|
||||
min-width: 3rem;
|
||||
height: 2.1rem;
|
||||
padding: 0 0.6rem;
|
||||
font-size: 0.8rem;
|
||||
line-height: 1.1;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.wfm-st-flag-wrap {
|
||||
min-width: 0;
|
||||
}
|
||||
@@ -203,12 +225,13 @@ input.status-input, select.status-input { width: 100%; padding: 0.45rem 0.5rem;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-width: 2.35rem;
|
||||
padding: 0.45rem 0.5rem;
|
||||
min-width: 2.7rem;
|
||||
min-height: 2.1rem;
|
||||
padding: 0.28rem 0.5rem;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid var(--border-light);
|
||||
border-radius: 6px;
|
||||
font-size: 0.9rem;
|
||||
font-size: 0.82rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0.04em;
|
||||
|
||||
Reference in New Issue
Block a user