add stats ui, update popular threads

This commit is contained in:
plebeius.eth
2024-05-03 21:31:36 +02:00
parent d3a09f3369
commit 0f340c541e
2 changed files with 30 additions and 4 deletions
+11
View File
@@ -229,6 +229,17 @@
white-space: pre-line;
}
.stats {
margin-top: 5px;
text-align: center;
color: #800;
}
.stats .stat {
display: inline-block;
width: 33%;
}
@media (max-width: 640px) {
.content {
min-width: 0;