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

17 lines
279 B
Plaintext

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