diff options
author | unarist <m.unarist@gmail.com> | 2017-05-25 12:22:46 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-25 05:22:46 +0200 |
commit | 807c192fcf3a6cd0f4c712ec43130fbffddcc6c6 (patch) | |
tree | 8956d82961a88cb8205e43d14a88fc017374a738 /app/javascript/styles | |
parent | 3b59f9c6c254e34d95d917857ccbe79f6e1104b0 (diff) |
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
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 3971a85bc..38fbda5a9 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -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%); |