Iteam cleanup + less migration

This commit is contained in:
2026-03-07 19:18:03 +01:00
parent 97cd50ed12
commit c6f7a9e966
60 changed files with 1633 additions and 851 deletions

22
less/npc-sheet.less Normal file
View File

@@ -0,0 +1,22 @@
// ============================================================
// 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;
}
}