Minor UI refinements

This commit is contained in:
2026-06-10 21:55:20 +02:00
parent fc9cc2a150
commit 841046ba36
4 changed files with 44 additions and 5 deletions
+3 -3
View File
@@ -23,11 +23,11 @@
<div class="card">
<label class="field">
<span>What's the plan?</span>
<input type="text" id="title" maxlength="120" placeholder="Boardgames & Beer" autocomplete="off">
<input type="text" id="title" maxlength="120" autocomplete="off">
</label>
<label class="field">
<span>Details <span class="hint">(optional)</span></span>
<textarea id="description" maxlength="600" placeholder="Were will we play?"></textarea>
<span>Details (optional)</span>
<textarea id="description" maxlength="600"></textarea>
</label>
</div>