Add padding to post_reply element

This adds a little space around the each reply on a post.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-29 22:24:48 -07:00
parent a4d920d33e
commit a1123aad2b

View File

@@ -96,6 +96,10 @@ th {
margin-left: 4px; margin-left: 4px;
} }
.post_reply {
padding: 2px;
}
.post_content:after { .post_content:after {
content: ""; content: "";
display: table; display: table;