// ============================================================ // ACTOR SHEET — Character layout, attributes, resources, etc. // ============================================================ .oathhammer { .actor-img { height: @portrait-height; width: auto; border: 2px solid @color-blue; border-radius: 4px; cursor: pointer; object-fit: cover; } .character-main { display: flex; flex-direction: column; gap: 4px; .character-pc { display: flex; gap: 10px; flex: 1; } .character-left { min-width: @left-panel-width; max-width: @left-panel-width; display: flex; flex-direction: column; align-items: center; gap: 4px; } .character-portrait { display: flex; justify-content: center; } .character-resource { display: flex; align-items: center; flex-wrap: nowrap; gap: 4px; margin-bottom: 2px; // formInput renders a