mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Show subtitles for various actor types in actor directory * Show adversary and environment type * Update companion subtitles * Fallback adversay and environment label to item type label
28 lines
No EOL
609 B
Text
28 lines
No EOL
609 B
Text
.theme-light #interface #ui-right #sidebar {
|
|
menu li button img {
|
|
filter: @grey-filter;
|
|
}
|
|
}
|
|
|
|
#interface #ui-right #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);
|
|
}
|
|
}
|
|
} |