fvtt-rolemaster-frp/rmss/less/item-sheet.less
2022-08-29 20:22:04 +10:00

14 lines
239 B
Plaintext

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