Using new forum apis

This commit is contained in:
mrfry 2021-04-01 10:08:52 +02:00
parent 47a2227f87
commit 4f9a41dea8
4 changed files with 225 additions and 128 deletions

View file

@ -78,3 +78,19 @@
display: flex;
flex-direction: column;
}
.loadMoreButton {
text-align: center;
background-color: #191919;
margin-left: 8px;
margin-right: 8px;
margin-bottom: 16px;
margin-top: 16px;
padding: 10px;
cursor: pointer;
}
.loadMoreButton:hover {
background-color: var(--hoover-color);
}