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
1 changed files with 3 additions and 0 deletions

View File

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