From a1123aad2b1e40bfe86b1b7d339b449cd614f878 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Fri, 29 Jul 2022 22:24:48 -0700 Subject: [PATCH] Add padding to post_reply element This adds a little space around the each reply on a post. Signed-off-by: Alek Ratzloff --- board/static/board/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/static/board/style.css b/board/static/board/style.css index 76c98be..53bf8f0 100644 --- a/board/static/board/style.css +++ b/board/static/board/style.css @@ -96,6 +96,10 @@ th { margin-left: 4px; } +.post_reply { + padding: 2px; +} + .post_content:after { content: ""; display: table;