From 009e29cc73c3fdb81096a9ad570bf39c758fe755 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sat, 12 Aug 2023 21:22:54 +0800 Subject: [PATCH] Update post.html --- templates/post.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/post.html b/templates/post.html index 8a443bc..6acae21 100644 --- a/templates/post.html +++ b/templates/post.html @@ -5,7 +5,8 @@ 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);} +#postBody{border-bottom: 1px solid var(--color-border-default);padding-bottom:36px;} +#postBody hr{height:2px;} #cmButton{height:48px;margin-top:48px;} #comments{margin-top:64px;} @@ -18,7 +19,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- @@ -28,9 +29,9 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- -