Lock suggestions after reveal and move per-phase navigation

This commit is contained in:
2026-02-04 21:59:26 +01:00
parent e5e27af0af
commit ea0f8f2e27
8 changed files with 252 additions and 73 deletions

View File

@@ -22,3 +22,9 @@
justify-content: space-between;
gap: 12px;
}
input[readonly].readonly {
background: #f7f3eb;
color: #6f6353;
cursor: not-allowed;
}