Implement collapsing consecutive posts in a series

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2024-11-25 19:15:07 -08:00
parent dde3fb61ae
commit 8b8d3c7fd0
5 changed files with 43 additions and 2 deletions

View File

@@ -249,6 +249,20 @@ ul.post-list {
text-align: center;
margin-bottom: 0.6rem;
}
p.series-link {
margin-top: 1rem;
font-size: 1.1rem;
border-top: $standard-border;
padding-top: 1rem;
.feather {
fill: none;
width: 1em;
height: 1em;
margin-right: 0.5em;
}
}
}
.katex-html {