diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-06 17:41:30 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-06 17:41:30 -0700 |
commit | 4b670edb6394569534595e7c423e8e3de91ecb9e (patch) | |
tree | a321aa0e4c5e866b5842db1026a5c1cb6ce52ad4 /yt_search_results_template.html | |
parent | 9cefa46bc53d94ee53940449c4d3af0ad6faec0e (diff) | |
download | yt-local-4b670edb6394569534595e7c423e8e3de91ecb9e.tar.lz yt-local-4b670edb6394569534595e7c423e8e3de91ecb9e.tar.xz yt-local-4b670edb6394569534595e7c423e8e3de91ecb9e.zip |
fix thumbnail sizes in search results
Diffstat (limited to 'yt_search_results_template.html')
-rw-r--r-- | yt_search_results_template.html | 6 |
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; } |