33 lines
627 B
CSS
33 lines
627 B
CSS
.midgard5.sheet.item form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.midgard5.sheet.item .sheet-content {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.midgard5.sheet.item .sheet-content .editor {
|
|
height: 100%;
|
|
}
|
|
.midgard5.sheet.item .item-img {
|
|
height: 64px;
|
|
width: 64px;
|
|
}
|
|
.midgard5.sheet.character form {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.midgard5.sheet.character .sheet-content {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.midgard5.sheet.character .sheet-content .editor {
|
|
height: 100%;
|
|
}
|
|
.midgard5.sheet.character .profile-img {
|
|
height: 64px;
|
|
width: 64px;
|
|
}
|