daggerheart/styles/less/ui/sidebar/tabs.less
WBHarry 451bef4c92
[Feature] Encounter Battlepoints (#1346)
* Added BP calculation and tooltip breakdown of BP sources

* Added Modifiers

* Fixed automatic battleToggles

* Corrected 'NoToughies' conditional

* Fixed GM-only visibility

* Fixed combatant isNPC
2025-12-06 21:11:34 +01:00

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);
}
}
}