Add explicit "load more" link to the bottom of StatusList and notifications
This commit is contained in:
parent
02cd2e42b2
commit
404d2050d3
6 changed files with 71 additions and 6 deletions
|
@ -743,3 +743,9 @@ button.active i.fa-retweet {
|
|||
background: lighten($color1, 6%);
|
||||
}
|
||||
}
|
||||
|
||||
.load-more {
|
||||
&:hover {
|
||||
background: lighten($color1, 6%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue