From df5c656eb04470ec92926e922ea0d56c146a39c0 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 29 Jan 2026 07:31:01 -0500 Subject: [PATCH] Add whitespace between thread and new message form --- remarkbox/static/css/common.css | 8 ++++++++ remarkbox/templates/show-node.j2 | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/remarkbox/static/css/common.css b/remarkbox/static/css/common.css index 013398f..a6e25d0 100644 --- a/remarkbox/static/css/common.css +++ b/remarkbox/static/css/common.css @@ -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; diff --git a/remarkbox/templates/show-node.j2 b/remarkbox/templates/show-node.j2 index 2e47d9b..c0fc52a 100644 --- a/remarkbox/templates/show-node.j2 +++ b/remarkbox/templates/show-node.j2 @@ -177,15 +177,15 @@ {%- else -%} +
-
-
{% if request.namespace.no_nodes_text %} -{{ request.namespace.no_nodes_text }} +{{ request.namespace.no_nodes_text }} {% else %} Leave first comment to start a conversation! {% endif %}
+
{% endif %} {% endblock %}