@linktr.ee/messaging-react 3.1.3-rc-1780626183 → 3.1.3
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.
- package/dist/assets/index.css +1 -1
- package/package.json +1 -1
- package/src/styles.css +5 -2
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -313,9 +313,12 @@
|
|
|
313
313
|
display: none;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.str-chat__date-separator
|
|
317
|
-
margin: 0 auto;
|
|
316
|
+
.str-chat__date-separator {
|
|
318
317
|
font-size: 0.75rem;
|
|
318
|
+
|
|
319
|
+
.str-chat__date-separator-date {
|
|
320
|
+
margin: 0 auto;
|
|
321
|
+
}
|
|
319
322
|
}
|
|
320
323
|
|
|
321
324
|
.str-chat__list {
|