From 9cefa46bc53d94ee53940449c4d3af0ad6faec0e Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Jul 2018 17:41:16 -0700 Subject: add playlist tab to channels --- yt_channel_items_template.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'yt_channel_items_template.html') diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index 24ddc30..eb9b1e1 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -82,6 +82,9 @@ .item-grid .video-thumbnail-img{ width:168px; } + .item-grid .playlist-thumbnail-img{ + width:168px; + } .page-button-row{ grid-column: 1 / span 2; } @@ -117,8 +120,7 @@

$channel_title

$number_of_results
$items -- cgit v1.2.3