aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-06 17:41:30 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-06 17:41:30 -0700
commit4b670edb6394569534595e7c423e8e3de91ecb9e (patch)
treea321aa0e4c5e866b5842db1026a5c1cb6ce52ad4
parent9cefa46bc53d94ee53940449c4d3af0ad6faec0e (diff)
downloadyt-local-4b670edb6394569534595e7c423e8e3de91ecb9e.tar.lz
yt-local-4b670edb6394569534595e7c423e8e3de91ecb9e.tar.xz
yt-local-4b670edb6394569534595e7c423e8e3de91ecb9e.zip
fix thumbnail sizes in search results
-rw-r--r--yt_search_results_template.html6
1 files changed, 6 insertions, 0 deletions
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;
}