0
0
Fork 0

Fix load more feature on the Account media gallery (#3293)

* Add load more button for large screens
* Fix `next` state value on the first loading
* Don't load if `isLoading || !hasMore`
* Start load on near the bottom
This commit is contained in:
unarist 2017-05-25 12:22:46 +09:00 committed by Eugen Rochko
parent 3b59f9c6c2
commit 807c192fcf
3 changed files with 29 additions and 8 deletions

View file

@ -1962,6 +1962,7 @@ button.icon-button.active i.fa-retweet {
text-align: center;
padding: 15px;
text-decoration: none;
clear: both;
&:hover {
background: lighten($ui-base-color, 2%);