feat(stories): add mini-map via shared partial, add story card IDs

This commit is contained in:
2026-06-22 01:39:29 +02:00
parent 857f33be54
commit 77dd99ee2b
2 changed files with 32 additions and 2 deletions
+2 -1
View File
@@ -339,7 +339,8 @@ body::after {
.journal-post-body p:last-child { margin-bottom: 0; }
.journal-post.is-highlighted,
.entry-card.is-highlighted {
.entry-card.is-highlighted,
.story-card.is-highlighted {
animation: card-highlight 0.7s ease-out forwards;
}