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
+1 -1
View File
@@ -35,7 +35,7 @@
<div class="card" id="vote-card">
<label class="field">
<span>Your name</span>
<input type="text" id="voter-name" maxlength="60" placeholder="So the group knows who answered" autocomplete="name">
<input type="text" id="voter-name" maxlength="60" autocomplete="name">
</label>
<div class="actions">
<button class="btn btn-primary" id="vote-btn">Send my answer</button>