From 2cf83d6e2a083969aff8ededfcad555ca9bf8e71 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 6 Jul 2018 17:56:57 -0700 Subject: make grid-items and list-items usable elsewhere --- youtube/shared.css | 29 +++++++++++++++++++++++++++++ yt_channel_items_template.html | 12 ------------ yt_search_results_template.html | 17 ++--------------- 3 files changed, 31 insertions(+), 27 deletions(-) diff --git a/youtube/shared.css b/youtube/shared.css index 432a1a1..240fd5c 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -57,6 +57,35 @@ address{ border-width:1px; } +.item-list{ + display: grid; + grid-auto-rows: 138px; + grid-row-gap: 10px; + +} + .item-list .video-thumbnail-box{ + width:246px; + } + .item-list .playlist-thumbnail-box{ + width:246px; + } + + +.item-grid{ + display:grid; + grid-template-columns: repeat(auto-fill, 400px); + grid-auto-rows: 94px; + grid-row-gap: 10px; +} + .item-grid .video-thumbnail-box{ + width:168px; + } + .item-grid .playlist-thumbnail-box{ + width:168px; + } + + + .full-item{ display: grid; diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index eb9b1e1..53e5901 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -72,19 +72,7 @@ .item-grid{ grid-row:4; grid-column: 1 / span 2; - - display:grid; - grid-template-columns: repeat(auto-fill, 400px); - grid-auto-rows: 94px; - grid-row-gap: 10px; - } - .item-grid .video-thumbnail-img{ - width:168px; - } - .item-grid .playlist-thumbnail-img{ - width:168px; - } .page-button-row{ grid-column: 1 / span 2; } 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 @@
Approximately $number_of_results results ($number_of_pages pages)
$corrections -
+
$results