aboutsummaryrefslogtreecommitdiffstats
path: root/yt_channel_items_template.html
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-06 17:56:57 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-06 17:56:57 -0700
commit2cf83d6e2a083969aff8ededfcad555ca9bf8e71 (patch)
tree797a7ea1550b256e79eecf5310a1f7eaec73a844 /yt_channel_items_template.html
parent20d9f07cb7ecef18aa919d48a0906d3ac7642b39 (diff)
downloadyt-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_channel_items_template.html')
-rw-r--r--yt_channel_items_template.html12
1 files changed, 0 insertions, 12 deletions
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;
}