2023-02-15 05:00:25 +00:00
|
|
|
[class*="chat-"] [class*="chatContent-"] form {
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="chat-"] form [class*="typing-"] {
|
|
|
|
position: absolute;
|
|
|
|
top: -2px;
|
|
|
|
left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="channelTextArea-"] {
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
margin-top: 24px !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="channelTextArea-"] [class*="inner-"] {
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="sansAttachButton-"] {
|
|
|
|
padding-left: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typing .ellipsis,
|
|
|
|
[class*="typing-"] span[class*="ellipsis-"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
form [class*="typing-"] {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class^="scrollerSpacer-"] {
|
2023-06-18 20:20:03 +00:00
|
|
|
height: 8px !important;
|
2023-02-15 05:00:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
[class^="chatContent-"] > form:before {
|
|
|
|
display: none !important;
|
|
|
|
}
|