Merge branch 'main' into feature/death-moves

This commit is contained in:
Chris Ryan 2025-11-27 20:34:34 +10:00
commit 916675fa43
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);
}
}
}