Commit 93e2018f1a4a1bbc7228e022e9bc853535d8952e

Authored by Victor Costa
1 parent 450382f9

comment_paragraph: fix comment header position

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
plugins/comment_paragraph/public/style.css
... ... @@ -78,6 +78,13 @@ div.article-comments-list-more{
78 78 border-radius: 10px;
79 79 }
80 80  
  81 +.side-comment .comment-header {
  82 + position: absolute;
  83 + width: 150px;
  84 + right: 0;
  85 + top: 0;
  86 +}
  87 +
81 88 .side-comment .comment-created-at{display: none;}
82 89 .side-comment #comment_title{display: none;}
83 90 .side-comment .comment_title{display: none;}
... ... @@ -250,4 +257,4 @@ div[class^='comment-paragraph-loading-'] {
250 257 position: relative;
251 258 width: 80%;
252 259 transition: 0.6s;
253   -}
254 260 \ No newline at end of file
  261 +}
... ...