Hi,
There a two strange things in Cwicly query comments on frontend:
1- .cc-query
class is added to each comment wrapper, but to the nested comment div as well, which forces to use .cc-query:not(.comment)
to style the wrapper.
I think the class should only be added to the wrapper and not to .content
.
2- It looks like some cc-query-template
is rendered as an attribute instead of a class, or maybe it is voluntary? I think there should be a class, anyway, so that we can style the comments container.