Add "load older messages" button

This commit is contained in:
2018-12-19 21:52:07 -08:00
parent c88f2f3b3c
commit 130b964d29
6 changed files with 103 additions and 10 deletions

View File

@@ -148,6 +148,14 @@ div.message-wrapper {
div.events-wrapper {
overflow-y: scroll;
flex-grow: 1;
a.history-link {
display: block;
width: 100%;
text-align: center;
box-sizing: border-box;
padding: 5px;
}
}
table.events-table {