fix: stabilize update telemetry layout

Render size, speed, and ETA in dedicated fixed-width columns with tabular numerals so rapidly changing values no longer shift neighboring metrics horizontally.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:33:56 +02:00
parent f05030278e
commit 631a20c9b3
5 changed files with 35 additions and 8 deletions
+7 -1
View File
@@ -162,7 +162,13 @@
<div class="update-progress" aria-live="polite">
<div class="update-progress-track"><span id="updateProgressBar" role="progressbar" aria-label="Update-Fortschritt" aria-valuemin="0" aria-valuemax="100" aria-valuenow="0" aria-valuetext="0%"></span></div>
<div class="update-progress-footer">
<span id="updateProgressDetails" hidden></span>
<span id="updateProgressDetails" hidden>
<span id="updateProgressSize"></span>
<span class="update-progress-separator" aria-hidden="true">·</span>
<span id="updateProgressSpeed"></span>
<span class="update-progress-separator" aria-hidden="true">·</span>
<span id="updateProgressEta"></span>
</span>
<span id="updateProgressText"></span>
</div>
</div>