Limit width to 100 chars.

This commit is contained in:
tastytea 2020-07-02 06:29:09 +02:00
parent c80487b8c9
commit 4a63e9598e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 2 deletions

View File

@ -35,14 +35,16 @@
<h2>Form</h2>
<form method="post" action="/add" enctype="multipart/form-data">
<label for="instance">Instance:</label>
<input type="text" id="instance" name="instance" placeholder="example.com" autofocus required><br>
<input type="text" id="instance" name="instance" placeholder="example.com" autofocus required>
<br>
<label for="tags">Tags:</label>
<input type="text" id="tags" name="tags" placeholder="tag1,tag2" autocomplete="on" required>
<input type="button" id="add_tag" value="" disabled><br>
<label for="receipts">Receipts:</label>
<input type="url" id="receipts" name="receipts" placeholder="https://example.com/@user/1234567890" required>
<input type="url" id="receipts" name="receipts"
placeholder="https://example.com/@user/1234567890" required>
<input type="button" id="add_receipt" value="" disabled><br>
<label for="screenshot">Screenshot:</label>