aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/thread.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/thread.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/thread.py')
-rw-r--r--apioforum/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/thread.py b/apioforum/thread.py
index 05abce2..4f5c2a0 100644
--- a/apioforum/thread.py
+++ b/apioforum/thread.py
@@ -13,7 +13,7 @@ from .forum import get_avail_tags
bp = Blueprint("thread", __name__, url_prefix="/thread")
-POSTS_PER_PAGE = 20
+POSTS_PER_PAGE = 28
def which_page(post_id,return_thread_id=False):
# on which page lieth the post in question?