aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/user.py
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-03-01 13:00:36 -0600
committerubq323 <ubq323@ubq323.website>2022-03-02 14:59:08 +0000
commit3644b35b92494965edb4916fdb368fd49c8d4bf2 (patch)
tree72615047f97b423ff1455605b18e3c8a558093a2 /apioforum/user.py
parentb96542d91a7fb8ce6c4275b97f72b90c5227d6f3 (diff)
improve pagination navigation
* pages show more content * the navigation bar is shown regardless of scroll position * the navigation bar now lives in a box * the navigation bar adapts to small screen sizes I changed the padding now.
Diffstat (limited to 'apioforum/user.py')
-rw-r--r--apioforum/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/user.py b/apioforum/user.py
index d6fbb60..8fb59ab 100644
--- a/apioforum/user.py
+++ b/apioforum/user.py
@@ -1,5 +1,5 @@
# user pages
-POSTS_PER_PAGE = 20
+POSTS_PER_PAGE = 28
from flask import (
Blueprint, render_template, abort, g, flash, redirect, url_for, request