add infinite scroll on profile

This commit is contained in:
Hendrik
2017-02-01 14:05:04 +01:00
parent 77448d98ba
commit 9b89058484
5 changed files with 156 additions and 49 deletions

View File

@@ -109,6 +109,11 @@ div.posts .post form textarea.newpost {
font-size: 0.8em;
}
.noposts {
display: none;
text-align: center;
}
@media only screen and (max-width: 1500px) {
.post-box {
width: calc(50% - 68px);