diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-10 15:31:20 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-10 15:31:20 -0700 |
commit | 27efcaf2b1a5af8134ae4791717b230202118007 (patch) | |
tree | 94ac26f74517426dc93bcda7d9f2faf86daa32cf /youtube/static/comments.css | |
parent | 652cef15ec7d2e5deb2a1d14c784421260f70305 (diff) | |
download | yt-local-27efcaf2b1a5af8134ae4791717b230202118007.tar.lz yt-local-27efcaf2b1a5af8134ae4791717b230202118007.tar.xz yt-local-27efcaf2b1a5af8134ae4791717b230202118007.zip |
Comments: Fix some avatars overflowing
Diffstat (limited to 'youtube/static/comments.css')
-rw-r--r-- | youtube/static/comments.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/static/comments.css b/youtube/static/comments.css index 85f0cc1..c5f03c3 100644 --- a/youtube/static/comments.css +++ b/youtube/static/comments.css @@ -81,6 +81,9 @@ height:32px; width:32px; } + .comment .author-avatar-img{ + max-height: 100%; + } .comment address{ grid-column: 2; |