Merge pull request #2061 from coralproject/display-avatar-left

Display avatar on the left
This commit is contained in:
Kim Gardner
2018-11-06 19:31:16 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -18,6 +18,11 @@
.comment {
position: relative;
padding-left: 15px;
display: flex;
}
.commentContainer {
width: 100%;
}
.commentLevel0 {
@@ -112,11 +112,6 @@ body {
position: relative;
}
.talk-stream-comment {
display: flex;
flex-direction: row;
}
/* Comment styles */
.comment {
margin-bottom: 10px;