Minor ux changes

This commit is contained in:
2026-01-29 02:10:07 +01:00
parent 24290ff0b4
commit e6d56b7a99
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
<section id="actions-card"> <section id="actions-card">
<div id="suggest-view" class="phase-view hidden"> <div id="suggest-view" class="phase-view hidden">
<div class="card"> <div class="card">
<h2>Suggest (up to 3)</h2> <h2>Suggest (up to 5)</h2>
<p class="hint">Only you can see your suggestions until Reveal.</p> <p class="hint">Only you can see your suggestions until Reveal.</p>
<form id="suggest-form" class="stack"> <form id="suggest-form" class="stack">
<label class="stack"> <label class="stack">

View File

@@ -109,8 +109,8 @@ button.ghost {
border-color: #374151; border-color: #374151;
} }
.label { color: #9ca3af; font-size: 12px; } .label { color: #9ca3af; font-size: 14px; }
.hint { color: #9ca3af; font-size: 12px; margin: 8px 0 0; } .hint { color: #9ca3af; font-size: 12px; margin: 8px 0 12px 0; }
.hint.warning { color: #f59e0b; } .hint.warning { color: #f59e0b; }
.disabled-form { opacity: 0.5; pointer-events: none; } .disabled-form { opacity: 0.5; pointer-events: none; }