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_comments_template.html | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'yt_comments_template.html') diff --git a/yt_comments_template.html b/yt_comments_template.html index f386953..61a5c63 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -21,42 +21,19 @@ grid-template-columns: 1fr 640px; grid-template-rows: 0fr 0fr 0fr; } - .video-metadata{ - grid-column: 2; - } - .comment-form{ - display:contents; - } - textarea{ - grid-column:2; - resize: vertical; - } - .post-comment-button{ - grid-column:2; - justify-self:end; - margin-top:10px; - } - .comments{ + .comments-area{ grid-column:2; } .comment{ width:640px; } - #left .page-button{ - grid-column:2; - } $header
-$video_metadata -$comment_box -
-$comments -
-$more_comments_button +$comments_area
-- cgit v1.2.3