Stack Add Site form inputs vertically for mobile
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -299,10 +299,14 @@
|
|||||||
<h3>Add Site</h3>
|
<h3>Add Site</h3>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<input type="text" id="add-site" placeholder="Site (4 digits)" maxlength="4" inputmode="numeric">
|
<input type="text" id="add-site" placeholder="Site (4 digits)" maxlength="4" inputmode="numeric">
|
||||||
|
</div>
|
||||||
|
<div class="form-row">
|
||||||
<input type="text" id="add-pin" placeholder="PIN" inputmode="numeric">
|
<input type="text" id="add-pin" placeholder="PIN" inputmode="numeric">
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<input type="text" id="add-nc-user" placeholder="NC User">
|
<input type="text" id="add-nc-user" placeholder="NC User">
|
||||||
|
</div>
|
||||||
|
<div class="form-row">
|
||||||
<input type="text" id="add-nc-pass" placeholder="NC Pass">
|
<input type="text" id="add-nc-pass" placeholder="NC Pass">
|
||||||
<button type="button" class="btn btn-outline btn-gen" onclick="document.getElementById('add-nc-pass').value = generatePassword()">Gen</button>
|
<button type="button" class="btn btn-outline btn-gen" onclick="document.getElementById('add-nc-pass').value = generatePassword()">Gen</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user