1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added graphical pagination

This commit is contained in:
Krateng
2019-06-17 14:59:30 +02:00
parent a5d73f8fe9
commit 5fedde5e9f
4 changed files with 81 additions and 9 deletions

View File

@@ -268,6 +268,11 @@ p.desc a {
*/
.paginate {
text-align: center;
padding:30px;
}
.stats {

View File

@@ -42,7 +42,7 @@ def instructions(keys):
# scrobbles
html_scrobbles, _, _ = module_scrobblelist(perpage=15,shortTimeDesc=True,pictures=True,earlystop=True)
html_scrobbles, _, _ = module_scrobblelist(max_=15,shortTimeDesc=True,pictures=True,earlystop=True)
clockp("Scrobbles")