Add comment posting form

This commit is contained in:
Xevion
2022-03-27 11:50:53 -05:00
parent 9be4cc3f79
commit 96b4dba73c
5 changed files with 45 additions and 2 deletions

View File

@@ -262,6 +262,13 @@ form button {
border: 1px solid rgba(128, 128, 128, 0.51);
border-radius: 3px;
}
.post-box .post-comments .post-comment.add-comment {
border: 0;
}
.post-box .post-comments .post-comment.add-comment button {
margin-left: 0.8em;
width: fit-content;
}
.post-box .post-comments .post-comment .comment-author {
font-size: 0.9em;
vertical-align: center;