diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-19 02:33:48 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-19 02:33:48 -0700 |
commit | 40039ba672bf535cce5cf96f7cadb48326ad21be (patch) | |
tree | c808fc9973670597d8dee08dbc0bc35380047a22 /yt_channel_items_template.html | |
parent | 2965161bbe615e3be8026f2103932d311281a713 (diff) | |
download | yt-local-40039ba672bf535cce5cf96f7cadb48326ad21be.tar.lz yt-local-40039ba672bf535cce5cf96f7cadb48326ad21be.tar.xz yt-local-40039ba672bf535cce5cf96f7cadb48326ad21be.zip |
add channel searching
Diffstat (limited to 'yt_channel_items_template.html')
-rw-r--r-- | yt_channel_items_template.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index d1a4a90..c44f8ec 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -8,7 +8,7 @@ <style type="text/css"> main{ display:grid; - grid-template-rows: 0fr 0fr 0fr 1fr; + grid-template-rows: 0fr 0fr 0fr; grid-template-columns: 0fr 1fr; } main .avatar{ @@ -29,7 +29,7 @@ grid-auto-flow: column; justify-content:start; - background-color: #bcbcbc; + background-color: #aaaaaa; padding: 3px; } .item-grid{ |