mirror of
https://github.com/searxng/searxng.git
synced 2024-11-26 21:01:01 +00:00
Hide buttons when infinite scrolling is enabled
This commit is contained in:
parent
5f3ada4721
commit
7a036579b2
1 changed files with 3 additions and 0 deletions
|
@ -14,3 +14,6 @@
|
|||
border-radius: 50% !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
#pagination button {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue