Smaller note field

This commit is contained in:
Niko Abeler 2022-12-01 19:20:13 +01:00
parent 03f37c6d9e
commit 0db1c7a9ec
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
<input type="hidden" name="csrf_token" value="{{.CsrfToken}}">
<input type="hidden" name="type" value="note">
<label for="content">Content</label>
<textarea name="content" placeholder="Content" rows="24"></textarea>
<textarea name="content" placeholder="Content" rows="8"></textarea>
<br><br>
<input type="submit" value="Create Note" />
</form>