mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add pagination on top of all entries. Closes #1305.
Enable users to move to prev/next page without having to scroll all the way to the bottom of the page. Furthermore, ensure consistency with entry.html which has top and bottom pagination.
This commit is contained in:
parent
6a41eb382f
commit
d22c6c535e
8 changed files with 51 additions and 9 deletions
|
@ -636,13 +636,25 @@ template {
|
|||
font-size: 1.1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.pagination-top {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.pagination-bottom {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.pagination-entry-top {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.pagination-entry-bottom {
|
||||
border-top: 1px dotted var(--pagination-border-color);
|
||||
margin-bottom: 15px;
|
||||
margin-top: 50px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
.pagination > div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue