1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

Fix activity page load more button appearance

This commit is contained in:
Toby Zerner
2015-07-22 16:05:38 +09:30
parent 34b7a2fbf6
commit a30f591c15
2 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
.ActivityPage-loadMore .LoadingIndicator {
height: 46px;
.ActivityPage-loadMore {
text-align: center;
.LoadingIndicator {
height: 46px;
}
}
.ActivityPage-list {
border-left: 3px solid @control-bg;