[style](trx-frontend-http): fix picker widths in scheduler entry form

Primary bookmark was cramped at one grid column; Extra channels was
unnecessarily spanning the full row. Swap their grid-column spans so
the bookmark select gets full width and Extra channels sits in a
normal column alongside Label and Interleave.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-03-17 01:43:21 +01:00
parent 49659a5ce7
commit e1a9a8717f
@@ -872,10 +872,10 @@
<label class="bm-label" id="scheduler-ts-center-hz-wrap" title="SDR only — sets center frequency before tuning">Center freq (Hz, SDR) <label class="bm-label" id="scheduler-ts-center-hz-wrap" title="SDR only — sets center frequency before tuning">Center freq (Hz, SDR)
<input type="number" id="scheduler-ts-center-hz" class="status-input" min="0" placeholder="optional" /> <input type="number" id="scheduler-ts-center-hz" class="status-input" min="0" placeholder="optional" />
</label> </label>
<label class="bm-label">Primary bookmark <label class="bm-label bm-label-wide">Primary bookmark
<select id="scheduler-ts-bookmark" class="status-input" aria-label="Entry bookmark"></select> <select id="scheduler-ts-bookmark" class="status-input" aria-label="Entry bookmark"></select>
</label> </label>
<label class="bm-label bm-label-wide">Extra channels (virtual) <label class="bm-label">Extra channels (virtual)
<div id="scheduler-ts-extra-bm-list" class="sch-extra-bm-list"></div> <div id="scheduler-ts-extra-bm-list" class="sch-extra-bm-list"></div>
<div style="display:flex;gap:0.4rem;margin-top:0.3rem;"> <div style="display:flex;gap:0.4rem;margin-top:0.3rem;">
<select id="scheduler-ts-extra-bm-pick" class="status-input" aria-label="Extra bookmark"></select> <select id="scheduler-ts-extra-bm-pick" class="status-input" aria-label="Extra bookmark"></select>