Add spacing between reply form and thread/no-comments

This commit is contained in:
russell@unturf.com 2026-01-29 08:37:52 -05:00
parent f2202beb8c
commit bd621491b3

View file

@ -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;
}