Add post count, image count, and unique posters to post detail

Just like 4chan has!!!!!!!

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-12 21:12:16 -07:00
parent 5df21ccb95
commit 3f1615f058
3 changed files with 25 additions and 0 deletions

View File

@@ -108,6 +108,10 @@ th {
font-weight: bold;
}
.post_stats {
float: right;
}
.post {
background-color: var(--post-background);
padding: 10px;