mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-15 02:36:42 -04:00
Update the Simple Worldbuilding system for compatibility with 0.5.6
This commit is contained in:
parent
d405a18f53
commit
d66a64b939
5 changed files with 12 additions and 11 deletions
|
@ -72,26 +72,26 @@
|
|||
.worldbuilding .editor-content {
|
||||
height: 100%;
|
||||
}
|
||||
.worldbuilding .items-list {
|
||||
.worldbuilding .item-list {
|
||||
list-style: none;
|
||||
margin: 7px 0;
|
||||
padding: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.worldbuilding .items-list .item {
|
||||
.worldbuilding .item-list .item {
|
||||
height: 30px;
|
||||
line-height: 24px;
|
||||
padding: 3px 0;
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
.worldbuilding .items-list .item img {
|
||||
.worldbuilding .item-list .item img {
|
||||
flex: 0 0 24px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.worldbuilding .items-list .item-name {
|
||||
.worldbuilding .item-list .item-name {
|
||||
margin: 0;
|
||||
}
|
||||
.worldbuilding .items-list .item-controls {
|
||||
.worldbuilding .item-list .item-controls {
|
||||
flex: 0 0 36px;
|
||||
}
|
||||
.worldbuilding .attributes-header {
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
}
|
||||
|
||||
/* Items List */
|
||||
.items-list {
|
||||
.item-list {
|
||||
list-style: none;
|
||||
margin: 7px 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue