aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-10 15:31:20 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-10 15:31:20 -0700
commit27efcaf2b1a5af8134ae4791717b230202118007 (patch)
tree94ac26f74517426dc93bcda7d9f2faf86daa32cf /youtube/static
parent652cef15ec7d2e5deb2a1d14c784421260f70305 (diff)
downloadyt-local-27efcaf2b1a5af8134ae4791717b230202118007.tar.lz
yt-local-27efcaf2b1a5af8134ae4791717b230202118007.tar.xz
yt-local-27efcaf2b1a5af8134ae4791717b230202118007.zip
Comments: Fix some avatars overflowing
Diffstat (limited to 'youtube/static')
-rw-r--r--youtube/static/comments.css3
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;