mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
custom spread models
This commit is contained in:
parent
ea89e5f516
commit
c2ad4922b7
2 changed files with 127 additions and 11 deletions
13
index.css
13
index.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue