mirror of
https://github.com/welpo/tabi.git
synced 2025-12-17 04:48:44 +01:00
feat(series): add navigation
Navigation is similar to the one for all articles but is limited to those of the series.
This commit is contained in:
parent
71a2409640
commit
8c31aca81f
10 changed files with 25 additions and 3 deletions
|
|
@ -200,7 +200,7 @@ details summary {
|
|||
}
|
||||
}
|
||||
|
||||
.article-navigation {
|
||||
.article-navigation, .series-article-navigation {
|
||||
display: flex;
|
||||
margin-block-start: 2rem;
|
||||
border-block-start: var(--divider-color) solid 0.5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue