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_comments_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_comments_template.html')
-rw-r--r-- | yt_comments_template.html | 27 |
1 files changed, 2 insertions, 25 deletions
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; - } </style> </head> <body> $header <main> <div id="left"> -$video_metadata -$comment_box - <section class="comments"> -$comments - </section> -$more_comments_button +$comments_area </div> </main> </body> |