Add explicit "load more" link to the bottom of StatusList and notifications

This commit is contained in:
Eugen Rochko 2017-01-30 18:04:15 +01:00
parent 02cd2e42b2
commit 404d2050d3
6 changed files with 71 additions and 6 deletions

View file

@ -743,3 +743,9 @@ button.active i.fa-retweet {
background: lighten($color1, 6%);
}
}
.load-more {
&:hover {
background: lighten($color1, 6%);
}
}