From e2c023915559b1230cf19a06734c6f5ed76148e3 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Jan 2021 18:22:49 -0800 Subject: html: fix pagination box on mobile --- fatcat_scholar/templates/search.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'fatcat_scholar/templates/search.html') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 2f2149e..5c7d860 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -120,8 +120,10 @@ {% elif hits and hits.results %} {% if hits.results %} {% if hits.offset != 0 %} -
- {{ search_macros.search_pagination(hits) }} +
+
+ {{ search_macros.search_pagination(hits) }} +
{% endif %} @@ -132,8 +134,10 @@ {% endfor %} {% if hits.count_found > hits.limit %} -
- {{ search_macros.search_pagination(hits) }} +
+
+ {{ search_macros.search_pagination(hits) }} +
{% endif %} {% endif %} -- cgit v1.2.3