Merge pull request #1990 from snorremd/master

Display avatar left of comments by default
This commit is contained in:
Kim Gardner
2018-10-19 19:51:21 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -138,6 +138,7 @@
}
.commentAvatar {
margin-top: 10px;
max-width: 60px;
}
@@ -112,6 +112,11 @@ body {
position: relative;
}
.talk-stream-comment {
display: flex;
flex-direction: row;
}
/* Comment styles */
.comment {
margin-bottom: 10px;