fvtt-rolemaster-frp/less/item-sheet.less

14 lines
239 B
Plaintext

.sheet {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%
}
}
}