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

24 lines
418 B
Plaintext
Raw Permalink Normal View History

2024-07-26 09:20:48 +02:00
.sheet {
form {
display: flex;
flex-direction: column;
}
.sheet-content {
height: 100%;
display: flex;
flex-direction: column;
.editor {
height: 100%
}
}
2024-08-23 11:45:23 +02:00
.long-input {
width: 100%;
max-width: 100%;
min-width: 100%;
}
.short-input {
width: 50px;
max-width: 50px;
min-width: 50px;
}
2024-07-26 09:20:48 +02:00
}