Support for empty slot

This commit is contained in:
Belen Curcio
2017-07-13 11:37:54 -03:00
parent 518b7b5358
commit 3d80df1db6
@@ -165,7 +165,9 @@
}
.commentAvatar {
max-width: 50px;
margin-right: 10px;
margin-top: 10px;
max-width: 60px;
}
.commentAvatar:empty {
display: none;
}