aboutsummaryrefslogtreecommitdiffstats
path: root/yt_comments_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'yt_comments_template.html')
-rw-r--r--yt_comments_template.html27
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>