Skip to content

Manage nesting levels #640

Answered by qwqcode
bibicadotnet asked this question in Q&A
Nov 16, 2023 · 2 comments · 9 replies
Discussion options

You must be logged in to vote

To achieve different effects, a new configuration option can be added to influence the rendering position of comments. This would require modifying the JavaScript code logic, but a temporary simple solution can be applied using CSS, albeit not very perfectly. 😢You can try this CSS code 😁

.atk-comment-children > .atk-comment-wrap {
    margin-left: -46px;
}

.atk-list-comments-wrap > .atk-comment-wrap > .atk-comment > .atk-main > .atk-comment-children {
    margin-left: 50px;
}
2023-11-16.20.16.48.mov

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@bibicadotnet
Comment options

@bibicadotnet
Comment options

@qwqcode
Comment options

Answer selected by bibicadotnet
@bibicadotnet
Comment options

@qwqcode
Comment options

@bibicadotnet
Comment options

@qwqcode
Comment options

Comment options

You must be logged in to vote
2 replies
@bibicadotnet
Comment options

@bibicadotnet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants