From 1173cc16cb8863030c2c02d9d8311e2a87239558 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Mon, 18 Jul 2022 19:38:04 -0700 Subject: [PATCH] Add 25px margin to top and bottom of threads on the board This should hopefully visually separate things a little better. Signed-off-by: Alek Ratzloff --- board/static/board/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/static/board/style.css b/board/static/board/style.css index 30bb9d2..3fbc499 100644 --- a/board/static/board/style.css +++ b/board/static/board/style.css @@ -115,6 +115,8 @@ th { .thread { background-color: var(--post-background); padding: 10px; + margin-bottom: 25px; + margin-top: 25px; } .reply {