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_channel_items_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_channel_items_template.html')
-rw-r--r-- | yt_channel_items_template.html | 12 |
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; } |