Tweak border depth

This commit is contained in:
SleeplessOne1917 2023-07-04 22:16:32 -04:00
parent 4a0368bd5b
commit 41d6e597fc

View file

@ -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={