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