mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Adding correct classNames
This commit is contained in:
@@ -210,7 +210,7 @@ class Stream extends React.Component {
|
||||
/>
|
||||
)}
|
||||
|
||||
<div className="streamBox">
|
||||
<div className="talk-stream-wrapper-box">
|
||||
<Slot fill="streamBox" />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -178,7 +178,7 @@ hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.streamBox {
|
||||
.talk-stream-wrapper-box {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import styles from './styles.css';
|
||||
export default class OffTopicFilter extends React.Component {
|
||||
|
||||
tag = 'OFF_TOPIC';
|
||||
className = 'offTopicComment';
|
||||
className = 'coral-plugin-off-topic-comment';
|
||||
cn = {[this.className] : {tags: [this.tag]}};
|
||||
|
||||
handleChange = (e) => {
|
||||
|
||||
@@ -22,6 +22,6 @@
|
||||
padding: 5px 0;
|
||||
}
|
||||
|
||||
:global(.offTopicComment) {
|
||||
:global(.coral-plugin-off-topic-comment) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user