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
This commit is contained in:
parent
d137e33c3d
commit
b3fcf926be
6 changed files with 53 additions and 0 deletions
|
|
@ -13,3 +13,16 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue