mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
add talk-embed-stream- prefix to classes
This commit is contained in:
@@ -529,7 +529,7 @@ export default class Comment extends React.Component {
|
||||
<div className={cn(styles.footer, 'talk-stream-comment-footer')}>
|
||||
{isActive &&
|
||||
<div className={'talk-stream-comment-actions-container'}>
|
||||
<div className="commentActionsLeftContainer commentActionsLeft comment__action-container">
|
||||
<div className="talk-embed-stream-comment-actions-container-left commentActionsLeft comment__action-container">
|
||||
<Slot
|
||||
fill="commentReactions"
|
||||
{...slotProps}
|
||||
@@ -545,7 +545,7 @@ export default class Comment extends React.Component {
|
||||
/>
|
||||
</ActionButton>}
|
||||
</div>
|
||||
<div className="commentActionsRightContainer commentActionsRight comment__action-container">
|
||||
<div className="talk-embed-stream-comment-actions-container-right commentActionsRight comment__action-container">
|
||||
<Slot
|
||||
fill="commentActions"
|
||||
wrapperComponent={ActionButton}
|
||||
|
||||
Reference in New Issue
Block a user