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

Add load previous page button, fix IE issues

This commit is contained in:
David Sevilla Martin
2019-11-16 09:50:58 -05:00
committed by Franz Liedke
parent b321585ee8
commit eac5390058
2 changed files with 89 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
list-style-type: none;
position: relative;
}
.DiscussionList-loadMore {
.DiscussionList-loadMore, .DiscussionList-loadPrev {
text-align: center;
margin-top: 10px;
}