feat: remplace les inputs modificateur/aspect par des selects -4 à +4

- roll.mjs : passe modifierChoices dans le contexte du dialogue
- roll-dialog.hbs : <select> pour modifier et aspectModifier (-4..+4)
- roll.less : select inclus dans la règle width:100% du form-two-col

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-29 19:15:50 +02:00
parent d5488516c4
commit 8b0a1630a1
3 changed files with 17 additions and 3 deletions

View File

@@ -187,7 +187,7 @@
text-align: left;
}
input { width: 100%; box-sizing: border-box; }
input, select { width: 100%; box-sizing: border-box; }
}
}