aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-05 23:22:43 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-05 23:22:43 -0700
commitedbc305da9c4f32b18b25b635e5c4b3b16fb107c (patch)
tree5cc07ac8791fd31baacf5954fa1b5839a174f98e
parenta74c30bb3c779aa37218324094d5a2458c5cfe6a (diff)
downloadyt-local-edbc305da9c4f32b18b25b635e5c4b3b16fb107c.tar.lz
yt-local-edbc305da9c4f32b18b25b635e5c4b3b16fb107c.tar.xz
yt-local-edbc305da9c4f32b18b25b635e5c4b3b16fb107c.zip
fix thumbnail sizes for grid-items
-rw-r--r--yt_channel_items_template.html5
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;
}