remove refs to org
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
|
||||
}
|
||||
|
||||
#ocrcc-chatbox {
|
||||
#safesupport-chatbox {
|
||||
font-family: $theme-font;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -532,13 +532,13 @@
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#ocrcc-chatbox {
|
||||
#safesupport-chatbox {
|
||||
height: calc(180px + 60vh);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 360px){
|
||||
#ocrcc-chatbox .input-window .message-input-container .emoji-picker {
|
||||
#safesupport-chatbox .input-window .message-input-container .emoji-picker {
|
||||
position: fixed;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
#ocrcc-chatbox {
|
||||
#safesupport-chatbox {
|
||||
.btn-icon {
|
||||
color: $light-text-color;
|
||||
}
|
||||
|
||||
@@ -604,7 +604,7 @@ class ChatBox extends React.Component {
|
||||
{(status) => {
|
||||
return (
|
||||
<div className={`widget widget-${status}`} aria-hidden={!opened}>
|
||||
<div id="ocrcc-chatbox" aria-haspopup="dialog">
|
||||
<div id="safesupport-chatbox" aria-haspopup="dialog">
|
||||
<Header handleToggleOpen={this.handleToggleOpen} opened={opened} handleExitChat={this.handleExitChat} />
|
||||
|
||||
<div className="message-window" ref={this.messageWindow}>
|
||||
|
||||
Reference in New Issue
Block a user