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