[fix](trx-frontend-http): fix Hardware AGC control styling in SDR settings
Replace vol-label with wfm-control on the Hardware AGC checkbox so its label typography and alignment match the RF Gain control. Change the outer container to align-items: flex-end so controls bottom-align. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
@@ -254,10 +254,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="full-row label-below-row" id="sdr-settings-row" style="display:none;">
|
<div class="full-row label-below-row" id="sdr-settings-row" style="display:none;">
|
||||||
<div class="label"><span>SDR settings</span></div>
|
<div class="label"><span>SDR settings</span></div>
|
||||||
<div class="inline" style="gap: 0.6rem; flex-wrap: wrap; align-items: center;">
|
<div class="inline" style="gap: 0.6rem; flex-wrap: wrap; align-items: flex-end;">
|
||||||
<label class="vol-label" id="sdr-agc-wrap">
|
<label class="wfm-control" id="sdr-agc-wrap">
|
||||||
<span style="margin-right:0.3rem;">Hardware AGC</span>
|
<span class="wfm-control-label">Hardware AGC</span>
|
||||||
<input type="checkbox" id="sdr-agc-enabled">
|
<div style="height:2.1rem; display:flex; align-items:center;">
|
||||||
|
<input type="checkbox" id="sdr-agc-enabled">
|
||||||
|
</div>
|
||||||
</label>
|
</label>
|
||||||
<div class="wfm-gain-group" id="sdr-gain-controls">
|
<div class="wfm-gain-group" id="sdr-gain-controls">
|
||||||
<label class="wfm-control">
|
<label class="wfm-control">
|
||||||
|
|||||||
Reference in New Issue
Block a user