custom spread models

This commit is contained in:
Azgaar 2021-05-10 14:01:20 +03:00
parent 02d0782386
commit 131c19a448
4 changed files with 188 additions and 60 deletions

View file

@ -1454,14 +1454,19 @@ div.states > .icon {
vertical-align: middle;
}
div.states > .model {
width: 7em;
}
div.states > .icon > * {
pointer-events: none;
}
div.states > .resourceCategory,
div.states > .resourceModel {
cursor: pointer;
width: 7em;
overflow: hidden;
vertical-align: middle;
white-space: nowrap;
}
#diplomacyBodySection > div {
cursor: pointer;
}