aboutsummaryrefslogtreecommitdiffstats
path: root/yt_comments_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-08-31 16:23:19 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-08-31 16:23:19 -0700
commitebfe58e6cbc866c5e2dc4876a6b5868837d504b3 (patch)
tree3de4d65fd73349963a1aca6a9e410fde23ded8c2 /yt_comments_template.html
parent6980d93107354a8c075030a7bda4c3870449163b (diff)
downloadyt-local-ebfe58e6cbc866c5e2dc4876a6b5868837d504b3.tar.lz
yt-local-ebfe58e6cbc866c5e2dc4876a6b5868837d504b3.tar.xz
yt-local-ebfe58e6cbc866c5e2dc4876a6b5868837d504b3.zip
Ability to reply to comments
Diffstat (limited to 'yt_comments_template.html')
-rw-r--r--yt_comments_template.html13
1 files changed, 13 insertions, 0 deletions
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
<main>
<div id="left">
$video_metadata
+$comment_box
<section class="comments">
$comments
</section>