diff --git a/layout/_partial/comment/comment.ejs b/layout/_partial/comment/comment.ejs index 6298bb3..8a08cc2 100644 --- a/layout/_partial/comment/comment.ejs +++ b/layout/_partial/comment/comment.ejs @@ -1,5 +1,6 @@
-
+
+
 <%- __('comments') %>
<% if (theme.comment.valine.enable === true) { %> diff --git a/source/css/layout/_partial/comment/comment.styl b/source/css/layout/_partial/comment/comment.styl index d05538d..e25dc1e 100644 --- a/source/css/layout/_partial/comment/comment.styl +++ b/source/css/layout/_partial/comment/comment.styl @@ -15,6 +15,11 @@ if (hexo-config('comment.valine.enable')) { width: 100%; #comment-anchor { + width: 100%; + height: 10px; + } + + .comment-area-title { width: 100%; margin: 10px 0; font-size: 1.38rem; @@ -29,4 +34,5 @@ if (hexo-config('comment.valine.enable')) { font-size: 1.2rem; } } + }