daggerheart/styles/less/ui/sidebar/tabs.less
Carlos Fernandez 630ba5ab7d
[Feature] Actor Directory subtitles (#1332)
* 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
2025-11-27 00:38:11 -03:00

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