aboutsummaryrefslogtreecommitdiffstats
path: root/yt_channel_items_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-12-21 02:05:41 -0800
committerJames Taylor <user234683@users.noreply.github.com>2018-12-21 02:05:41 -0800
commitf74447bc5c5af1ef39cd9e554c1c208bd064d28c (patch)
treeea8dbdf2503d253a1cb95b070c3961a46e9dac49 /yt_channel_items_template.html
parentdca25bd4cc52fd7555f4210f3fa7fa73bf920d97 (diff)
downloadyt-local-f74447bc5c5af1ef39cd9e554c1c208bd064d28c.tar.lz
yt-local-f74447bc5c5af1ef39cd9e554c1c208bd064d28c.tar.xz
yt-local-f74447bc5c5af1ef39cd9e554c1c208bd064d28c.zip
Fix channel title out-of-place in channel search results
Diffstat (limited to 'yt_channel_items_template.html')
-rw-r--r--yt_channel_items_template.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html
index 2273956..dbdca56 100644
--- a/yt_channel_items_template.html
+++ b/yt_channel_items_template.html
@@ -51,6 +51,10 @@
grid-row:4;
grid-column: 1 / span 2;
}
+ .item-list{
+ width:1000px;
+ grid-column: 1 / span 2;
+ }
.page-button-row{
grid-column: 1 / span 2;
}