diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-05 23:22:43 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-05 23:22:43 -0700 |
commit | edbc305da9c4f32b18b25b635e5c4b3b16fb107c (patch) | |
tree | 5cc07ac8791fd31baacf5954fa1b5839a174f98e /yt_channel_items_template.html | |
parent | a74c30bb3c779aa37218324094d5a2458c5cfe6a (diff) | |
download | yt-local-edbc305da9c4f32b18b25b635e5c4b3b16fb107c.tar.lz yt-local-edbc305da9c4f32b18b25b635e5c4b3b16fb107c.tar.xz yt-local-edbc305da9c4f32b18b25b635e5c4b3b16fb107c.zip |
fix thumbnail sizes for grid-items
Diffstat (limited to 'yt_channel_items_template.html')
-rw-r--r-- | yt_channel_items_template.html | 5 |
1 files changed, 4 insertions, 1 deletions
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; } |