make the name input bit smallet

This commit is contained in:
blek 2023-09-30 13:00:10 +10:00
parent a10a181543
commit 592de5661b
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<span class="form-input-label"> <span class="form-input-label">
files.blek.codes/ files.blek.codes/
</span> </span>
<input type="text" name="filename" placeholder="file.txt"></input> <input style="max-width:100px" type="text" name="filename" placeholder="file.txt"></input>
</span> </span>
</label> </label>
</p> </p>