diff --git a/plugins/comment_paragraph/public/style.css b/plugins/comment_paragraph/public/style.css index ecb3f1b..ef57322 100644 --- a/plugins/comment_paragraph/public/style.css +++ b/plugins/comment_paragraph/public/style.css @@ -78,6 +78,13 @@ div.article-comments-list-more{ border-radius: 10px; } +.side-comment .comment-header { + position: absolute; + width: 150px; + right: 0; + top: 0; +} + .side-comment .comment-created-at{display: none;} .side-comment #comment_title{display: none;} .side-comment .comment_title{display: none;} @@ -250,4 +257,4 @@ div[class^='comment-paragraph-loading-'] { position: relative; width: 80%; transition: 0.6s; -} \ No newline at end of file +} -- libgit2 0.21.2