Reorganize comment system

This commit is contained in:
James Taylor
2018-09-01 21:53:40 -07:00
parent cdf8b8b0c8
commit ffeccc5ac3
6 changed files with 146 additions and 98 deletions

View File

@@ -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>