Move suggest form into modal

This commit is contained in:
2026-02-04 14:50:49 +01:00
parent bf1ceba156
commit 0cece5f7a3
5 changed files with 140 additions and 146 deletions

View File

@@ -122,6 +122,11 @@ html {
justify-content: space-between;
gap: 12px;
}
.phase-text {
display: flex;
flex-direction: column;
gap: 4px;
}
.phase-header h2 {
margin: 0;
}