steem comments - blockpress/blockpress.me GitHub Wiki

class="steem-comments"

Applies to: steem-post.html

This class applies to a div that contains the comments. It encompasses all comments (as opposed to steem_comment which encloses a single comment) and defines the style for the whole region.

This allows the theme and palette creators to visually differentiate between the comments and the actual post. It could also be used as a hook for hiding and/or revealing the comments.

Back to Developer reference.