From 27efcaf2b1a5af8134ae4791717b230202118007 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 10 Sep 2019 15:31:20 -0700 Subject: Comments: Fix some avatars overflowing --- youtube/static/comments.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube/static/comments.css') 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; -- cgit v1.2.3