diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-06 17:41:16 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-06 17:41:16 -0700 |
commit | 9cefa46bc53d94ee53940449c4d3af0ad6faec0e (patch) | |
tree | 39fc7c8dea15b20203a4cd8f4d110702f49452ae /yt_channel_items_template.html | |
parent | edbc305da9c4f32b18b25b635e5c4b3b16fb107c (diff) | |
download | yt-local-9cefa46bc53d94ee53940449c4d3af0ad6faec0e.tar.lz yt-local-9cefa46bc53d94ee53940449c4d3af0ad6faec0e.tar.xz yt-local-9cefa46bc53d94ee53940449c4d3af0ad6faec0e.zip |
add playlist tab to channels
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 |