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_about_template.html | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'yt_channel_about_template.html') diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html index 221b838..6ed7a03 100644 --- a/yt_channel_about_template.html +++ b/yt_channel_about_template.html @@ -18,12 +18,16 @@ 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; @@ -34,7 +38,6 @@ padding: 3px; } main .channel-info{ - grid-row: 3; grid-column: 1 / span 3; } .tab{ @@ -51,7 +54,15 @@ $header
-

$channel_title

+ -- cgit v1.2.3