diff options
Diffstat (limited to 'yt_channel_items_template.html')
-rw-r--r-- | yt_channel_items_template.html | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ <img class="avatar" src="$avatar"> <h2 class="title">$channel_title</h2> <nav class="channel-tabs"> - <a class="tab page-button">Videos</a> - <a class="tab page-button" href="$channel_about_url">About</a> +$channel_tabs </nav> <div id="number-of-results">$number_of_results</div> $items |