1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-02 17:40:18 +02:00

Merge pull request #1280 from rinpatch/remove-buttons-infinite-scroll

Hide page buttons when infinite scrolling is enabled
This commit is contained in:
Adam Tauber 2018-04-25 19:38:50 +02:00 committed by GitHub
commit cc97a5a5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,3 +14,6 @@
border-radius: 50% !important; border-radius: 50% !important;
margin: 0 auto; margin: 0 auto;
} }
#pagination button {
visibility: hidden;
}