@cometchat/chat-uikit-react 5.0.13 → 5.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
.cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{
|
|
24
24
|
width: 100%;
|
|
25
25
|
}
|
|
26
|
+
/* To remove the border of 1px */
|
|
27
|
+
.cometchat-message-list .cometchat-list__header{
|
|
28
|
+
border-bottom: 0;
|
|
29
|
+
}
|
|
26
30
|
/* Body of the error state view */
|
|
27
31
|
.cometchat-message-list__error-state-view-body {
|
|
28
32
|
display: flex;
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
.cometchat-message-list .cometchat-message-list__footer-smart-replies,.cometchat-message-list__footer-conversation-starter{
|
|
24
24
|
width: 100%;
|
|
25
25
|
}
|
|
26
|
+
/* To remove the border of 1px */
|
|
27
|
+
.cometchat-message-list .cometchat-list__header{
|
|
28
|
+
border-bottom: 0;
|
|
29
|
+
}
|
|
26
30
|
/* Body of the error state view */
|
|
27
31
|
.cometchat-message-list__error-state-view-body {
|
|
28
32
|
display: flex;
|