add chapter sorting mechanism
This commit is contained in:
parent
a1a8d694e2
commit
592da6cad6
7 changed files with 34 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue