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

14 lines
239 B
Plaintext
Raw Normal View History

2022-08-29 12:22:04 +02:00
.sheet {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%
}
}
}