foundry-vtt-system-midgard5/less/Character-sheet.less

17 lines
284 B
Plaintext

// main: midgard5.less
.midgard5.sheet.character {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%;
}
}
}