Files
fvtt-oath-hammer/less/npc-sheet.less

23 lines
455 B
Plaintext

// ============================================================
// NPC SHEET — NPC-specific layout
// ============================================================
.oathhammer .npc-main {
.npc-left {
min-width: @npc-left-width;
max-width: @npc-left-width;
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.npc-right {
flex: 1;
display: flex;
flex-direction: column;
gap: 4px;
}
}