From 961d9e53eadf89b72f457cfede13a45b0fe39f36 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sat, 12 Aug 2023 21:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=84=E8=AE=BA=E6=A1=86?= =?UTF-8?q?=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/post.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/post.html b/templates/post.html index d358165..913b53b 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,8 +5,9 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-size:40px;font-family:Monaco;} .title-right{display:flex;margin:auto 0 0 auto;} .title-right .circle{padding: 14px 16px;margin-right:8px;} +#postBody{border-bottom: 1px solid var(--color-border-default);} #cmButton{height:48px;margin-top:48px;} -.comments{border-top: 2px solid var(--color-border-default);margin-top:64px;} +#comments{margin-top:64px;} {% endblock %} {% block header %}