mirror of
https://github.com/searx/searx
synced 2025-08-30 14:08:47 +00:00
[fix] pagination position
This commit is contained in:
@@ -172,6 +172,10 @@ tr:hover td { background: #DDDDDD; }
|
||||
display: none;
|
||||
}
|
||||
|
||||
#pagination {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#apis {
|
||||
clear: both;
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@
|
||||
{% endfor %}
|
||||
|
||||
{% if paging %}
|
||||
<div id="paging">
|
||||
<div id="pagination">
|
||||
{% if pageno > 1 %}
|
||||
<form method="post" action="/">
|
||||
<div class="left">
|
||||
|
Reference in New Issue
Block a user