From 8ead23347f3884318b5d39f74209366c343a6013 Mon Sep 17 00:00:00 2001 From: mrpaulblack Date: Mon, 23 Jan 2023 22:56:55 +0100 Subject: [fix] use input elements for pagination requests * use html input elements instead of buttons for the pagination forms at the bottom of the result page * move the less section that hides the pagination number widget on mobile to the mobile section * clean up the less code for styling the numbers of the pagination widget * fix: add the margin for box results (like in news category) to the bottom of the result to have a margin between pagination widget and article result --- searx/templates/simple/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates/simple/results.html') diff --git a/searx/templates/simple/results.html b/searx/templates/simple/results.html index b7a6cb9ed..755610e5b 100644 --- a/searx/templates/simple/results.html +++ b/searx/templates/simple/results.html @@ -209,9 +209,9 @@ {% if timeout_limit %}{% endif %} {{- engine_data_form(engine_data) -}} {% if pageno == x %} - + {% else %} - + {% endif %} {% endfor %} -- cgit v1.2.3