diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-09-01 21:53:40 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-09-01 21:53:40 -0700 |
commit | ffeccc5ac3740080a6597e74af35e03e53425318 (patch) | |
tree | 0a7e72676663351019b5fe3a42fe7ef9427c43ed /yt_watch_template.html | |
parent | cdf8b8b0c80c7043a90543f4b017bd3184670c8a (diff) | |
download | yt-local-ffeccc5ac3740080a6597e74af35e03e53425318.tar.lz yt-local-ffeccc5ac3740080a6597e74af35e03e53425318.tar.xz yt-local-ffeccc5ac3740080a6597e74af35e03e53425318.zip |
Reorganize comment system
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index 581b7f0..4a2f8e0 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -86,31 +86,15 @@ grid-row:8; grid-column: 1 / span 2; } - .comment-count{ - font-weight:bold; - grid-row:9; - 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{ + + .full-item .comments-area{ 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> |