more styles 2.

This commit is contained in:
Dessalines 2019-08-17 22:04:17 -07:00
parent 30e3c76022
commit 0162af30c7
2 changed files with 2 additions and 7 deletions

View file

@ -70,7 +70,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
<svg class="pointer icon downvote"><use xlinkHref="#icon-arrow-down"></use></svg>
</div>
</div>
<div id={`comment-${node.comment.id}`} className={`details ml-4 ${this.isCommentNew ? 'mark' : ''}`}>
<div id={`comment-${node.comment.id}`} className={`details comment-node ml-4 ${this.isCommentNew ? 'mark' : ''}`}>
<ul class="list-inline mb-0 text-muted small">
<li className="list-inline-item">
<Link className="text-info" to={`/u/${node.comment.creator_name}`}>{node.comment.creator_name}</Link>

View file

@ -59,12 +59,7 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
height: auto;
}
.listing {
/* min-height: 61px; */
margin-bottom: 10px;
}
.details {
.listing, .comment-node {
margin-bottom: 10px;
}