paginated authors

This commit is contained in:
Sebastian Hugentobler 2024-05-06 13:51:49 +02:00
parent 352d4e0a7a
commit ead3672570
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
12 changed files with 175 additions and 23 deletions

View file

@ -3,6 +3,21 @@
overflow: scroll;
text-overflow: ellipsis;
}
header.fixed {
position: sticky;
top: 0;
z-index: 1000;
background: var(--pico-background-color)
}
nav ul li {
padding-top: 0rem;
padding-bottom: 0.25rem;
}
.nav-active {
border-bottom: solid var(--pico-primary-underline);
}
.book-card hgroup {
margin-bottom: 0;