Reorganize comment system

This commit is contained in:
James Taylor
2018-09-01 21:53:40 -07:00
parent cdf8b8b0c8
commit ffeccc5ac3
6 changed files with 146 additions and 98 deletions

View File

@@ -86,31 +86,15 @@
grid-row:8;
grid-column: 1 / span 2;
}
.comment-count{
font-weight:bold;
grid-row:9;
.full-item .comments-area{
grid-column: 1 / span 2;
}
.post-comment-link{
grid-row:10;
grid-column: 1;
justify-self:start;
margin-top: 10px;
background-color: #d0d0d0;
padding: 2px;
}
.full-item .comments{
grid-column: 1 / span 2;
grid-row: 11;
grid-row: 9;
margin-top:10px;
}
.comment{
width:640px;
}
.full-item .more-comments{
grid-row: 12;
grid-column: 1 / span 2;
}
.music-list{
background-color: #d0d0d0;
@@ -206,12 +190,7 @@ $download_options
<div class="music-list">
$music_list
</div>
<div class="comment-count">$comment_count</div>
$post_comment_link
<section class="comments">
$comments
</section>
$more_comments_button
</article>
</div>