aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-07-27 23:53:45 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-07-27 23:53:45 -0700
commit2289089ec63e0ee73afea5151051f460d5dfe6e1 (patch)
tree69e7f97289189fe8662700ab982faf046b6dfbf3
parentb9e4035aa347ecce85bb0dbd0d487558a3e77073 (diff)
downloadyt-local-2289089ec63e0ee73afea5151051f460d5dfe6e1.tar.lz
yt-local-2289089ec63e0ee73afea5151051f460d5dfe6e1.tar.xz
yt-local-2289089ec63e0ee73afea5151051f460d5dfe6e1.zip
channel about page: explicit size for avatar, so no page jump
-rw-r--r--yt_channel_about_template.html2
1 files changed, 2 insertions, 0 deletions
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;