Add spacing between reply form and thread/no-comments
This commit is contained in:
parent
f2202beb8c
commit
bd621491b3
1 changed files with 16 additions and 0 deletions
|
|
@ -297,3 +297,19 @@ input.button-small {
|
|||
.burger-label span {
|
||||
background-color: rgb(var(--white));
|
||||
}
|
||||
|
||||
/* Inline label for radio buttons */
|
||||
label.inline-label {
|
||||
display: inline;
|
||||
margin-bottom: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Spacing between reply form and thread/no-comments */
|
||||
.thread {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.no-comments {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue