0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 05:22:47 +00:00

Update archive page to use pagination with page numbers and ellipses

* Change the way pagination is handled on the archive page
* Display page links for 10 pages max
This commit is contained in:
Víctor Losada Hernández
2024-05-14 10:44:16 +02:00
parent 4b10686336
commit 021ac68400
2 changed files with 70 additions and 49 deletions

View File

@@ -207,6 +207,13 @@ body {
text-decoration:underline;
pointer-events:none;
}
&.firstPage {
margin-right:-5px;
}
&.lastPage {
margin-left:-5px;
}
}
}
button {