Tidy the worldbuilding system for 0.40 release

This commit is contained in:
Andrew 2020-10-19 17:07:23 -07:00
parent d641ff96b0
commit 6bf056b3d4
9 changed files with 72 additions and 184 deletions

View file

@ -8,8 +8,11 @@
padding: 5px;
overflow-y: hidden;
}
.worldbuilding form {
height: 100%;
}
.worldbuilding .sheet-header {
height: 100px;
flex: 0 0 100px;
overflow: hidden;
display: flex;
flex-direction: row;
@ -49,7 +52,7 @@
height: 28px;
}
.worldbuilding .tabs {
height: 40px;
flex: 0 0 40px;
border-top: 1px solid #AAA;
border-bottom: 1px solid #AAA;
}