diff options
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; } |