custom spread models

This commit is contained in:
Azgaar 2021-05-10 14:01:20 +03:00 committed by Peter
parent ea89e5f516
commit c2ad4922b7
2 changed files with 127 additions and 11 deletions

View file

@ -1545,14 +1545,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;
}