From 2289089ec63e0ee73afea5151051f460d5dfe6e1 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 27 Jul 2018 23:53:45 -0700 Subject: channel about page: explicit size for avatar, so no page jump --- yt_channel_about_template.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yt_channel_about_template.html') diff --git a/yt_channel_about_template.html b/yt_channel_about_template.html index 5ff1542..61aa995 100644 --- a/yt_channel_about_template.html +++ b/yt_channel_about_template.html @@ -14,6 +14,8 @@ main .avatar{ grid-row:1; grid-column:1; + height:200px; + width:200px; } main .title{ grid-row:1; -- cgit v1.2.3