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:
parent
3b59f9c6c2
commit
807c192fcf
3 changed files with 29 additions and 8 deletions
|
@ -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%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue