From 4b670edb6394569534595e7c423e8e3de91ecb9e Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Jul 2018 17:41:30 -0700 Subject: fix thumbnail sizes in search results --- yt_search_results_template.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yt_search_results_template.html b/yt_search_results_template.html index af1ea01..77fb74c 100644 --- a/yt_search_results_template.html +++ b/yt_search_results_template.html @@ -63,6 +63,12 @@ grid-row-gap: 10px; } + #results .video-thumbnail-box{ + width:246px; + } + #results .playlist-thumbnail-box{ + width:246px; + } .badge{ background-color:#cccccc; } -- cgit v1.2.3