diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-08-26 18:06:48 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-08-26 18:06:48 -0700 |
commit | 6a6433619f82652d7943e29579fe6cf1bbf0cc11 (patch) | |
tree | e11f1b551c6d20eb636e650a997d46b0dc151f81 /yt_comments_template.html | |
parent | d9115ea2cf63b97f5fb24c639041c8f18f20a6cc (diff) | |
download | yt-local-6a6433619f82652d7943e29579fe6cf1bbf0cc11.tar.lz yt-local-6a6433619f82652d7943e29579fe6cf1bbf0cc11.tar.xz yt-local-6a6433619f82652d7943e29579fe6cf1bbf0cc11.zip |
Display video title & thumbnail on comment pages
Diffstat (limited to 'yt_comments_template.html')
-rw-r--r-- | yt_comments_template.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/yt_comments_template.html b/yt_comments_template.html index 6bd2c69..09be26e 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -19,8 +19,11 @@ grid-column: 1; grid-row: 1; grid-template-columns: 1fr 640px; - grid-template-rows: 0fr 0fr; + grid-template-rows: 0fr 0fr 0fr; } + .video-metadata{ + grid-column: 2; + } .comments{ grid-column:2; } @@ -36,6 +39,7 @@ $header <main> <div id="left"> +$video_metadata <section class="comments"> $comments </section> |