From 3905e7e64059b45479894ba1fdfb0ef9cef64475 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 16 Feb 2019 23:41:52 -0800 Subject: basic subscriptions system --- yt_channel_items_template.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'yt_channel_items_template.html') diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html index 1a8551d..93c4b0a 100644 --- a/yt_channel_items_template.html +++ b/yt_channel_items_template.html @@ -18,12 +18,15 @@ height:200px; width:200px; } - main .title{ + .metadata{ grid-row:1; - grid-column:2; + grid-column:2; + margin-left: 10px; + display:grid; + align-content: start; + grid-row-gap:10px; } main .channel-tabs{ - grid-row:2; grid-column: 1 / span 2; display:grid; @@ -48,7 +51,6 @@ font-weight:bold; } .item-grid{ - grid-row:4; grid-column: 1 / span 2; } .item-list{ @@ -68,7 +70,15 @@ $header
-

$channel_title

+ -- cgit v1.2.3