Add whitespace between thread and new message form

This commit is contained in:
russell@unturf.com 2026-01-29 07:31:01 -05:00
parent 32b1eae840
commit df5c656eb0
2 changed files with 11 additions and 3 deletions

View file

@ -415,6 +415,14 @@ form.node-action {
margin-bottom: 35px;
}
.thread {
margin-top: 2rem;
}
.no-comments {
margin-top: 2rem;
}
.remark-box-div {
display: none;
overflow: hidden;

View file

@ -177,15 +177,15 @@
</div>
{%- else -%}
<div class="no-comments">
<center>
<br/>
<br/>
{% if request.namespace.no_nodes_text %}
<strong class="no-nodes-text">{{ request.namespace.no_nodes_text }}</span></strong>
<strong class="no-nodes-text">{{ request.namespace.no_nodes_text }}</strong>
{% else %}
<strong class="no-nodes-text">Leave first comment to <span class="avoidwrap">start a conversation!</span></strong>
{% endif %}
</center>
</div>
{% endif %}
{% endblock %}