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">
|
<div className="ActivityPage-loadMore">
|
||||||
{Button.component({
|
{Button.component({
|
||||||
children: app.trans('core.load_more'),
|
children: app.trans('core.load_more'),
|
||||||
className: 'Button--default',
|
className: 'Button',
|
||||||
onclick: this.loadMore.bind(this)
|
onclick: this.loadMore.bind(this)
|
||||||
})}
|
})}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
.ActivityPage-loadMore .LoadingIndicator {
|
.ActivityPage-loadMore {
|
||||||
height: 46px;
|
text-align: center;
|
||||||
|
|
||||||
|
.LoadingIndicator {
|
||||||
|
height: 46px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.ActivityPage-list {
|
.ActivityPage-list {
|
||||||
border-left: 3px solid @control-bg;
|
border-left: 3px solid @control-bg;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user