diff options
Diffstat (limited to 'youtube/static')
-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; |