From ffeccc5ac3740080a6597e74af35e03e53425318 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 1 Sep 2018 21:53:40 -0700 Subject: Reorganize comment system --- yt_watch_template.html | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'yt_watch_template.html') 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
$music_list
-
$comment_count
- $post_comment_link -
$comments -
-$more_comments_button -- cgit v1.2.3