mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Tweak border depth
This commit is contained in:
parent
4a0368bd5b
commit
41d6e597fc
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export class CommentNodes extends Component<CommentNodesProps, any> {
|
|||
this.props.nodes.length > 0 && (
|
||||
<ul
|
||||
className={classNames("comments", {
|
||||
"ms-1": !!this.props.isChild,
|
||||
"ms-1": this.props.depth && this.props.depth > 1,
|
||||
"border-top border-light": !this.props.noBorder,
|
||||
})}
|
||||
style={
|
||||
|
|
Loading…
Reference in a new issue