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:
@@ -115,6 +115,8 @@ th {
|
||||
.thread {
|
||||
background-color: var(--post-background);
|
||||
padding: 10px;
|
||||
margin-bottom: 25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.reply {
|
||||
|
||||
Reference in New Issue
Block a user