Add post modify view

This allows moderators to modify posts (add sticky, etc).

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-06-30 16:21:36 -07:00
parent 2947ab6cf2
commit 6f99472f16
13 changed files with 124 additions and 22 deletions

View File

@@ -85,6 +85,10 @@ th {
clear: both;
}
.post_sticky {
font-weight: bold;
}
.post_id {
cursor: pointer;
}