Add code to swap in avatar images for users that have them

This commit is contained in:
Bryan Housel
2018-07-05 18:42:42 -04:00
parent 6f1dc12f99
commit 263ec9e36a
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@
.comment-avatar .icon.comment-avatar-icon {
width: 40px;
height: 40px;
object-fit: cover;
border: 1px solid #ccc;
border-radius: 20px;
}