From f2c9c04be52026abf51ccfec45ad0e87c1dc0bec Mon Sep 17 00:00:00 2001 From: m Date: Sun, 15 Mar 2026 03:50:35 +0100 Subject: [PATCH] btn pos --- templates/components/post_preview.html | 5 +---- templates/leave_comment.html | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/components/post_preview.html b/templates/components/post_preview.html index 1c1af75..adc73cc 100644 --- a/templates/components/post_preview.html +++ b/templates/components/post_preview.html @@ -8,10 +8,7 @@
{{ post.content | striptags | truncate(200) }}
- + Read More diff --git a/templates/leave_comment.html b/templates/leave_comment.html index 2ecc86b..0f6df67 100644 --- a/templates/leave_comment.html +++ b/templates/leave_comment.html @@ -34,7 +34,8 @@ } .comment-btn { - margin-top: 0; + margin-top: -5px; + padding: 4px 12px; }