mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-09-06 14:25:57 -04:00
Tidy the worldbuilding system for 0.40 release
This commit is contained in:
parent
d641ff96b0
commit
6bf056b3d4
9 changed files with 72 additions and 184 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -5,8 +5,12 @@
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
form {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.sheet-header {
|
||||
height: 100px;
|
||||
flex: 0 0 100px;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -52,7 +56,7 @@
|
|||
|
||||
/* Sheet Tabs */
|
||||
.tabs {
|
||||
height: 40px;
|
||||
flex: 0 0 40px;
|
||||
border-top: 1px solid #AAA;
|
||||
border-bottom: 1px solid #AAA;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue