Fix the swapped display positions of "Err L" and "Err R" when "Check circularity" is checked

This commit is contained in:
Hs_Yeah 2025-01-16 18:05:10 +08:00 committed by dualshock-tools
parent 2d80df041b
commit 526fabf442

View File

@ -178,12 +178,12 @@ dl.row dd { font-family: monospace; }
<label class="form-check-label ds-i18n" for="checkCircularity">Check circularity</label>
<div class="hstack" id="circ-data">
<div class="vstack" style="text-align: center;">
<span class="ds-i18n">Err R:</span>
<span class="ds-i18n">Err L:</span>
<pre id="el-lbl" style="min-width: 80px;"></pre>
</div>
<div class="vstack" style="text-align: center;">
<span class="ds-i18n">Err L:</span>
<span class="ds-i18n">Err R:</span>
<pre id="er-lbl" style="min-width: 80px;"></pre>
</div>
</div>