From 81966aa5e0ae9a9f7ee695b122f5ce8789f1279f Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 29 Jan 2026 09:38:15 -0500 Subject: [PATCH] Add Comments section styling --- .../static/theme/meta/css/meta.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/remarkbox_theme_meta/static/theme/meta/css/meta.css b/remarkbox_theme_meta/static/theme/meta/css/meta.css index 0872367..c0a1b6e 100644 --- a/remarkbox_theme_meta/static/theme/meta/css/meta.css +++ b/remarkbox_theme_meta/static/theme/meta/css/meta.css @@ -305,11 +305,22 @@ label.inline-label { font-weight: normal; } -/* Spacing between content and reply form */ -.remark-box-div-main { +/* Comments section styling */ +.comments-section { margin-top: 3rem; } +.comments-divider { + margin-bottom: 1rem; +} + +.comments-header { + margin-top: 0; + margin-bottom: 1rem; + padding-top: 0; + border-bottom: none; +} + /* Spacing between reply form and thread/no-comments */ .thread { margin-top: 2rem;