add more space to states editor

This commit is contained in:
Azgaar 2022-05-15 17:21:30 +03:00
parent d488b68226
commit c405d0ee6f
2 changed files with 27 additions and 55 deletions

View file

@ -1396,7 +1396,7 @@ div.totalLine > div {
}
div.states > input {
width: 6em;
width: 7em;
background: none;
border: 0;
}
@ -1405,20 +1405,11 @@ div.states div {
width: 3.2em;
}
div.states .statePower,
div.states .biomeHabitability {
width: 4em;
-moz-appearance: textfield;
}
div.states .stateBurgs {
width: 2.4em;
}
div.states > .stateArea {
width: 5em;
}
div.states > .statePopulation {
width: 3em;
}
@ -1471,7 +1462,7 @@ div.states > .culturePopulation {
}
div.states > select {
width: 4.6em;
width: 7em;
cursor: pointer;
border: 0;
background-color: transparent;