aboutsummaryrefslogtreecommitdiffstats
path: root/yt_channel_items_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-06 17:41:16 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-06 17:41:16 -0700
commit9cefa46bc53d94ee53940449c4d3af0ad6faec0e (patch)
tree39fc7c8dea15b20203a4cd8f4d110702f49452ae /yt_channel_items_template.html
parentedbc305da9c4f32b18b25b635e5c4b3b16fb107c (diff)
downloadyt-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.html6
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