mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
* Added BP calculation and tooltip breakdown of BP sources * Added Modifiers * Fixed automatic battleToggles * Corrected 'NoToughies' conditional * Fixed GM-only visibility * Fixed combatant isNPC
25 lines
478 B
Text
25 lines
478 B
Text
.combat-sidebar {
|
|
.encounter-controls.combat {
|
|
justify-content: space-between;
|
|
|
|
.encounter-title {
|
|
text-align: left;
|
|
flex: none;
|
|
}
|
|
|
|
.encounter-battlepoints {
|
|
display: flex;
|
|
cursor: help;
|
|
}
|
|
|
|
.inner-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
|
|
.control-buttons {
|
|
width: min-content;
|
|
}
|
|
}
|
|
}
|