From 6a6433619f82652d7943e29579fe6cf1bbf0cc11 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 26 Aug 2018 18:06:48 -0700 Subject: Display video title & thumbnail on comment pages --- yt_comments_template.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'yt_comments_template.html') 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
+$video_metadata
$comments
-- cgit v1.2.3