diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-27 23:53:45 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-27 23:53:45 -0700 |
commit | 2289089ec63e0ee73afea5151051f460d5dfe6e1 (patch) | |
tree | 69e7f97289189fe8662700ab982faf046b6dfbf3 | |
parent | b9e4035aa347ecce85bb0dbd0d487558a3e77073 (diff) | |
download | yt-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.html | 2 |
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; |