Added npc generator v1

This commit is contained in:
Vlyan
2021-11-18 18:42:18 +01:00
parent 64af62a69c
commit ee2a485ab6
12 changed files with 1087 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@@ -170,3 +170,16 @@
flex: 0 0 calc(50% - 0.25rem);
}
}
&.character-generator-dialog {
form .body {
clear: both;
display: flex;
flex-direction: column;
flex-wrap: wrap;
margin: 3px 0;
align-items: start;
}
input[type="number"] {
width: auto;
}
}