[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
This commit is contained in:
Carlos Fernandez 2025-11-26 19:38:11 -08:00 committed by GitHub
parent b4c2034789
commit 630ba5ab7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 60 additions and 0 deletions

View file

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