From f74447bc5c5af1ef39cd9e554c1c208bd064d28c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 21 Dec 2018 02:05:41 -0800 Subject: Fix channel title out-of-place in channel search results --- yt_channel_items_template.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yt_channel_items_template.html') 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; } -- cgit v1.2.3