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 <alekratz@gmail.com>
This commit is contained in:
2022-07-18 19:38:04 -07:00
parent 769ab10c59
commit 1173cc16cb

View File

@@ -115,6 +115,8 @@ th {
.thread { .thread {
background-color: var(--post-background); background-color: var(--post-background);
padding: 10px; padding: 10px;
margin-bottom: 25px;
margin-top: 25px;
} }
.reply { .reply {