Working on an update for DialogManager#ask that allows multiple inputs in the Dialog

This commit is contained in:
Oliver-Akins 2024-09-02 00:48:32 -06:00
parent 7a6fa6d10d
commit 7b1db343ce
5 changed files with 124 additions and 45 deletions

View file

@ -1,3 +1,12 @@
.dialog-content:not(:only-child) {
margin-bottom: 8px;
}
.dialog-content {
p {
margin: 0;
}
.prompt {
margin-top: 8px;
}
}