diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-06 17:56:57 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-06 17:56:57 -0700 |
commit | 2cf83d6e2a083969aff8ededfcad555ca9bf8e71 (patch) | |
tree | 797a7ea1550b256e79eecf5310a1f7eaec73a844 /yt_search_results_template.html | |
parent | 20d9f07cb7ecef18aa919d48a0906d3ac7642b39 (diff) | |
download | yt-local-2cf83d6e2a083969aff8ededfcad555ca9bf8e71.tar.lz yt-local-2cf83d6e2a083969aff8ededfcad555ca9bf8e71.tar.xz yt-local-2cf83d6e2a083969aff8ededfcad555ca9bf8e71.zip |
make grid-items and list-items usable elsewhere
Diffstat (limited to 'yt_search_results_template.html')
-rw-r--r-- | yt_search_results_template.html | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/yt_search_results_template.html b/yt_search_results_template.html index 77fb74c..147c437 100644 --- a/yt_search_results_template.html +++ b/yt_search_results_template.html @@ -52,22 +52,9 @@ grid-row: 1; } - #results{ - + .item-list{ grid-row: 2; grid-column: 2; - - - display: grid; - grid-auto-rows: 138px; - grid-row-gap: 10px; - - } - #results .video-thumbnail-box{ - width:246px; - } - #results .playlist-thumbnail-box{ - width:246px; } .badge{ background-color:#cccccc; @@ -90,7 +77,7 @@ <div id="number-of-results">Approximately $number_of_results results ($number_of_pages pages)</div> $corrections </div> - <div id="results"> + <div class="item-list"> $results </div> <nav class="page-button-row"> |