mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 15:13:42 +08:00
Fix activity page load more button appearance
This commit is contained in:
parent
91010d1607
commit
0fa0bbb541
|
@ -50,7 +50,7 @@ export default class ActivityPage extends UserPage {
|
|||
<div className="ActivityPage-loadMore">
|
||||
{Button.component({
|
||||
children: app.trans('core.load_more'),
|
||||
className: 'Button--default',
|
||||
className: 'Button',
|
||||
onclick: this.loadMore.bind(this)
|
||||
})}
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
.ActivityPage-loadMore .LoadingIndicator {
|
||||
.ActivityPage-loadMore {
|
||||
text-align: center;
|
||||
|
||||
.LoadingIndicator {
|
||||
height: 46px;
|
||||
}
|
||||
}
|
||||
.ActivityPage-list {
|
||||
border-left: 3px solid @control-bg;
|
||||
list-style: none;
|
||||
|
|
Loading…
Reference in New Issue
Block a user