From 9af72744648668ba4aea1b2840557dbd6c47d32e Mon Sep 17 00:00:00 2001 From: m Date: Sun, 15 Mar 2026 04:08:59 +0100 Subject: [PATCH] comment btn --- templates/leave_comment.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/templates/leave_comment.html b/templates/leave_comment.html index 839c4a3..77b7bc3 100644 --- a/templates/leave_comment.html +++ b/templates/leave_comment.html @@ -33,13 +33,16 @@ outline: none; } + .comment-card form { + display: flex; + flex-direction: column; + } .comment-btn { margin-top: 15px; /* Positive space after textarea */ - margin-bottom: 0; /* No extra bottom */ - margin-right: 0px; - padding: 12px 24px; /* Taller button */ - line-height: 1.4; /* Ensures text centers vertically */ - min-height: 48px; + float: right; + padding: 8px 12px; /* Taller button */ + align-self: flex-end; + margin-top: 15px; } .comment-btn:hover {