From ebfe58e6cbc866c5e2dc4876a6b5868837d504b3 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 31 Aug 2018 16:23:19 -0700 Subject: Ability to reply to comments --- yt_comments_template.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'yt_comments_template.html') diff --git a/yt_comments_template.html b/yt_comments_template.html index 09be26e..f386953 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -24,6 +24,18 @@ .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{ grid-column:2; } @@ -40,6 +52,7 @@ $header
$video_metadata +$comment_box
$comments
-- cgit v1.2.3