mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +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
34 lines
710 B
Text
34 lines
710 B
Text
.theme-light #interface #ui-right #sidebar {
|
|
menu li button img {
|
|
filter: @grey-filter;
|
|
}
|
|
}
|
|
|
|
#interface #ui-right {
|
|
#ui-right-column-1 {
|
|
position: relative;
|
|
}
|
|
|
|
#sidebar {
|
|
menu li button {
|
|
img {
|
|
width: 22px;
|
|
max-width: unset;
|
|
filter: @beige-filter;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.actors-sidebar {
|
|
.directory-item.actor .entry-name:has(.entry-subtitle) {
|
|
display: flex;
|
|
flex-direction: column;
|
|
line-height: 1rem;
|
|
padding-top: 0.125rem;
|
|
.entry-subtitle {
|
|
color: var(--color-text-subtle);
|
|
font-size: var(--font-size-12);
|
|
}
|
|
}
|
|
}
|