mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 02:01:22 +01:00
custom spread models
This commit is contained in:
parent
02d0782386
commit
131c19a448
4 changed files with 188 additions and 60 deletions
13
index.css
13
index.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue