aboutsummaryrefslogtreecommitdiffstats
path: root/yt_channel_items_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'yt_channel_items_template.html')
-rw-r--r--yt_channel_items_template.html4
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{