diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-12-21 02:05:41 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-12-21 02:05:41 -0800 |
commit | f74447bc5c5af1ef39cd9e554c1c208bd064d28c (patch) | |
tree | ea8dbdf2503d253a1cb95b070c3961a46e9dac49 /yt_channel_items_template.html | |
parent | dca25bd4cc52fd7555f4210f3fa7fa73bf920d97 (diff) | |
download | yt-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.html | 4 |
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; } |