From 3d80df1db658973ba9162868e43ddb9c99651726 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Thu, 13 Jul 2017 11:37:54 -0300 Subject: [PATCH] Support for empty slot --- client/coral-embed-stream/src/components/Comment.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/coral-embed-stream/src/components/Comment.css b/client/coral-embed-stream/src/components/Comment.css index c9dbeac69..bb06f7f1e 100644 --- a/client/coral-embed-stream/src/components/Comment.css +++ b/client/coral-embed-stream/src/components/Comment.css @@ -165,7 +165,9 @@ } .commentAvatar { - max-width: 50px; - margin-right: 10px; - margin-top: 10px; + max-width: 60px; +} + +.commentAvatar:empty { + display: none; }