add base info to character sheet
This commit is contained in:
parent
59fb033db8
commit
e7219ab81e
5 changed files with 80 additions and 38 deletions
|
@ -5,7 +5,7 @@
|
|||
$header-top-margin: 5px;
|
||||
|
||||
header.sheet-header {
|
||||
flex: 0 0 210px;
|
||||
flex: 0 0 auto;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -23,6 +23,10 @@ header.sheet-header {
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.base-infos {
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue