Update paste info formatting

Update paste.html style

Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
Joe Ma 2022-10-13 01:32:29 +08:00
parent 5cb9fef9a7
commit 3562fe2d24
No known key found for this signature in database
GPG key ID: 7A0ECF5F5EDC587F
2 changed files with 9 additions and 7 deletions

View file

@ -51,15 +51,15 @@
<div>
<h4>Settings</h4>
<label for="pass_input">Password: </label>
<input id="pass_input" type="password" name="pass">
<input id="pass_input" type="password" name="pass" style="margin-left: 7px;">
<input id="show_pass_button" type="checkbox">
<label for="show_pass_button">Show</label>
</div>
<div>
<div style="margin-top: 1px;">
<label for="read_limit_input">Read limit: </label>
<input id="read_limit_input" type="number" name="read-limit" min="1" style="width: 3em">
<input id="read_limit_input" type="number" name="read-limit" min="1" style="margin-left: 2px; width: 3em">
</div>
<div>
<div style="margin-top: 2px;">
<input id="show_qr_checkbox" type="checkbox" name="qrcode" checked>
<label for="show_qr_checkbox">Show QR code on sumbitted</label>
</div>