From f7859382fa6520d96f0dbb7c92f541a846952cfd Mon Sep 17 00:00:00 2001 From: m Date: Sat, 14 Mar 2026 21:27:03 +0100 Subject: [PATCH] ... --- static/css/simple-blog-template.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/css/simple-blog-template.css b/static/css/simple-blog-template.css index 971f9cd..d1887a0 100644 --- a/static/css/simple-blog-template.css +++ b/static/css/simple-blog-template.css @@ -178,3 +178,15 @@ nav { pointer-events: none; opacity: 0.3; /* More subtle */ } + +.comment-text { + white-space: pre-line; /* This converts newlines into actual line breaks */ + color: #444; + line-height: 1.5; +} + +/* Fix the button height alignment */ +.comment-card .btn-modern { + margin-top: 15px; + display: inline-block; +}