From f81afed60b2061b36359513caa43141888b36b9d Mon Sep 17 00:00:00 2001 From: MrPaulBlack Date: Mon, 27 Sep 2021 13:46:40 +0200 Subject: [PATCH] [fix] backtotop and pagination on image result page --- searx/static/themes/simple/src/less/style.less | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index 7ebdfeb88..aaefb51fd 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -684,7 +684,7 @@ article.result-images[data-vim-selected]::before { } #pagination { - margin-top: 2rem; + margin: 2rem 0 0 0 !important; } #main_results div#results { @@ -723,6 +723,15 @@ article.result-images[data-vim-selected]::before { width: inherit; margin: 0; } + + #backToTop { + left: auto; + right: 2rem; + } + + #pagination { + margin-right: 4rem; + } } @media screen and (max-width: 50em) { @@ -758,7 +767,7 @@ article.result-images[data-vim-selected]::before { } #pagination { - margin: 2rem 1rem 0 1rem; + margin: 2rem 1rem 0 1rem !important; } .result {