mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
more styles 2.
This commit is contained in:
parent
8cc653b0c0
commit
33d42ed408
2 changed files with 2 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue