move the line from .post-footer to .comment-separator

This commit is contained in:
Reorx 2023-01-27 20:59:36 +08:00
parent e13eb19368
commit 5e73b0ea72
2 changed files with 5 additions and 1 deletions

View File

@ -405,7 +405,10 @@ h6:hover .anchor {
.post-footer {
margin-top: calc(var(--content-gap) * 1.5);
padding-bottom: calc(var(--content-gap) * 2);
border-bottom: 3px solid var(--tertiary);
}
.comments-separator {
height: 3px;
background-color: var(--tertiary);
}
.share-buttons {

View File

@ -68,6 +68,7 @@
</footer>
{{- if not (.Param "noComments") }}
<div class="comments-separator"></div>
{{- partial "comments.html" . }}
{{- end }}
</article>