From edbc305da9c4f32b18b25b635e5c4b3b16fb107c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 5 Jul 2018 23:22:43 -0700 Subject: fix thumbnail sizes for grid-items --- yt_channel_items_template.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index 955f886..24ddc30 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -69,7 +69,7 @@ background-color: #bcbcbc; padding: 3px; } - main .item-grid{ + .item-grid{ grid-row:4; grid-column: 1 / span 2; @@ -79,6 +79,9 @@ grid-row-gap: 10px; } + .item-grid .video-thumbnail-img{ + width:168px; + } .page-button-row{ grid-column: 1 / span 2; } -- cgit v1.2.3