mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
EvolvedExperiment checks
Thanks to EvolvedExperiment. - New interface - New checks - Include/exclude.
This commit is contained in:
parent
64bc701809
commit
edda7ef571
4 changed files with 330 additions and 52 deletions
22
index.css
22
index.css
|
|
@ -2286,6 +2286,28 @@ svg.button {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.bmaCheck {
|
||||
display: inline-flex;
|
||||
width: 160px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.bmaInclude, .bmaExclude {
|
||||
display: inline-flex;
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
.bmaStates, .bmaCultures, .bmaPopulation {
|
||||
display: inline-flex;
|
||||
width: 160px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.bmaSelect, .bmaNumber {
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
|
||||
#errorBox {
|
||||
font-size: 0.9em;
|
||||
font-family: var(--monospace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue