xmc/modular/textarea/typing_above.css

42 lines
730 B
CSS
Raw Normal View History

2023-10-26 20:10:59 +00:00
[class*="chat_"] [class*="chatContent_"] form {
2023-02-15 05:00:25 +00:00
position: relative;
margin: 0;
}
2023-10-26 20:10:59 +00:00
[class*="chat_"] form [class*="typing_"] {
2023-02-15 05:00:25 +00:00
position: absolute;
top: -2px;
left: 10px;
}
2023-10-26 20:10:59 +00:00
[class*="channelTextArea_"] {
2023-02-15 05:00:25 +00:00
margin-bottom: 10px !important;
margin-top: 24px !important;
padding: 0 !important;
}
2023-10-26 20:10:59 +00:00
[class*="channelTextArea_"] [class*="inner_"] {
2023-02-15 05:00:25 +00:00
border-radius: 6px;
}
2023-10-26 20:10:59 +00:00
[class*="sansAttachButton_"] {
2023-02-15 05:00:25 +00:00
padding-left: 10px !important;
}
.typing .ellipsis,
2023-10-26 20:10:59 +00:00
[class*="typing_"] span[class*="ellipsis_"] {
2023-02-15 05:00:25 +00:00
display: none;
}
2023-10-26 20:10:59 +00:00
form [class*="typing_"] {
2023-02-15 05:00:25 +00:00
background-color: transparent !important;
}
2023-10-26 20:10:59 +00:00
[class^="scrollerSpacer_"] {
2023-06-18 20:20:03 +00:00
height: 8px !important;
2023-02-15 05:00:25 +00:00
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"] > form:before {
2023-02-15 05:00:25 +00:00
display: none !important;
}