Fix capacity meter being in wrong spot
This commit is contained in:
20
index.html
20
index.html
@@ -34,16 +34,6 @@
|
||||
<label for="inp-text">Text or URL</label>
|
||||
<textarea id="inp-text" rows="6" placeholder="https://example.com or plain text"></textarea>
|
||||
</div>
|
||||
|
||||
<div id="capacity-meter" style="display:none; margin-top:0.75rem; width:100%;">
|
||||
<div style="display:flex; justify-content:space-between; font-size:0.7rem; font-family:var(--font-mono); margin-bottom:0.2rem;">
|
||||
<span id="capacity-label">CAPACITY</span>
|
||||
<span id="capacity-text">0%</span>
|
||||
</div>
|
||||
<div style="width:100%; height:4px; background:#eee; border:1px solid #000;">
|
||||
<div id="capacity-bar" style="width:0%; height:100%; background:#000;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="form-wifi" class="input-form">
|
||||
@@ -80,6 +70,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="capacity-meter" style="display:none; margin-top:0.75rem; width:100%;">
|
||||
<div style="display:flex; justify-content:space-between; font-size:0.7rem; font-family:var(--font-mono); margin-bottom:0.2rem;">
|
||||
<span id="capacity-label">CAPACITY</span>
|
||||
<span id="capacity-text">0%</span>
|
||||
</div>
|
||||
<div style="width:100%; height:4px; background:#eee; border:1px solid #000;">
|
||||
<div id="capacity-bar" style="width:0%; height:100%; background:#000;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<details class="advanced-options">
|
||||
<summary>ADVANCED CONFIGURATION</summary>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user