xmc/modular/textarea/fullwidth.css

108 lines
2.2 KiB
CSS
Raw Permalink 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-02-15 05:00:25 +00:00
height: 4px !important;
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"] > form:before {
2023-02-15 05:00:25 +00:00
display: none !important;
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"] > form {
2022-10-19 03:12:12 +00:00
padding: 0 !important;
2023-02-15 03:59:16 +00:00
bottom: 0;
2022-10-19 03:12:12 +00:00
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"] > form [class^="channelTextArea"] {
2022-10-19 03:12:12 +00:00
margin-bottom: 0 !important;
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"]
2022-10-19 03:28:08 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"] {
2022-10-19 03:12:12 +00:00
border-radius: 0 !important;
2023-02-12 05:30:52 +00:00
border: 0 !important;
2022-10-19 03:12:12 +00:00
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"]
2022-10-19 03:28:08 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"]
> [class^="inner_"]
> [class^="textArea_"],
[class^="chatContent_"]
2022-10-19 03:28:08 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"]
> [class^="inner_"]
> [class^="buttons_"],
[class^="chatContent_"]
2023-02-15 03:59:16 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"]
> [class^="inner_"]
> [class^="attachWrapper_"],
[class^="chatContent_"]
2022-10-19 03:28:08 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"]
> [class^="inner_"]
> [class^="attachWrapper_"]
> [class^="attachButton_"] {
2023-02-15 03:59:16 +00:00
min-height: 53px;
2022-10-19 03:12:12 +00:00
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"]
2022-10-19 03:28:08 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"]
> [class^="inner_"]
> [class^="textArea_"]
2022-10-19 03:28:08 +00:00
> div
2023-10-26 20:10:59 +00:00
> [class*="fontSize16Padding_"] {
2022-10-19 03:12:12 +00:00
padding-top: 15px !important;
padding-bottom: 15px !important;
}
2023-10-26 20:10:59 +00:00
[class^="chatContent_"]
2022-10-19 03:28:08 +00:00
> form
[class^="channelTextArea"]
2023-10-26 20:10:59 +00:00
> [class^="scrollableContainer_"]
> [class^="inner_"]
> [class^="buttons_"]
[class*="emojiButton_"] {
2022-10-19 03:12:12 +00:00
max-height: unset;
2022-10-19 03:28:08 +00:00
}
2023-10-26 20:10:59 +00:00
[class^="messagesWrapper_"] {
2023-03-18 04:34:32 +00:00
margin-bottom: 8px;
}