mirror of
https://github.com/flarum/framework.git
synced 2025-05-24 15:49:58 +08:00
Fix activity page load more button appearance
This commit is contained in:
@ -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,6 +1,10 @@
|
|||||||
.ActivityPage-loadMore .LoadingIndicator {
|
.ActivityPage-loadMore {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.LoadingIndicator {
|
||||||
height: 46px;
|
height: 46px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.ActivityPage-list {
|
.ActivityPage-list {
|
||||||
border-left: 3px solid @control-bg;
|
border-left: 3px solid @control-bg;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Reference in New Issue
Block a user