add chapter sorting mechanism

This commit is contained in:
Yan Lin 2026-02-04 16:08:31 +01:00
parent a1a8d694e2
commit 592da6cad6
7 changed files with 34 additions and 4 deletions

View file

@ -138,9 +138,16 @@ ul, ol {
gap: 1rem;
margin-bottom: 0.5rem;
time {
time, .chapter {
color: var(--muted);
font-size: 0.9rem;
}
.chapter {
min-width: 2rem;
}
time {
min-width: 6rem;
}
}