Skip to content

Commit

Permalink
Merge pull request #751 from coralproject/talk-plugin-avatar
Browse files Browse the repository at this point in the history
Talk Plugin Avatar
  • Loading branch information
kgardnr authored Jul 13, 2017
2 parents 127ee25 + eb98b32 commit 0be3dc2
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 166 deletions.
23 changes: 17 additions & 6 deletions client/coral-embed-stream/src/components/Comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@
margin-left: 20px;
margin-bottom: 16px;
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 12px;
}

.rootLevel0:first-child {
padding-top: 0;
}

.root:first-child {
border: 0;
}

.rootLevel0 {
margin-left: 0px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.comment {
padding-left: 20px;
padding-left: 15px;
display: flex;
flex-flow: row;
}

.commentLevel0 {
Expand All @@ -43,7 +42,7 @@
}

.highlightedComment {
padding-left: 20px;
padding-left: 15px;
border-left: 3px solid rgb(35,118,216);
}

Expand Down Expand Up @@ -158,6 +157,18 @@
animation: enter 1000ms;
}

.commentContainer {
flex: auto;
}

.commentAvatar {
max-width: 60px;
}

.commentAvatar:empty {
display: none;
}

.timerIcon {
vertical-align: middle;
font-size: 14px;
Expand Down
Loading

0 comments on commit 0be3dc2

Please sign in to comment.