@flexem/chat-box 1.0.4 → 1.0.5
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.
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
.message-time {
|
|
435
|
-
font-size: 22rpx;
|
|
435
|
+
font-size: 22rpx !important;
|
|
436
436
|
color: #999;
|
|
437
437
|
}
|
|
438
438
|
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
min-height: 40rpx !important;
|
|
471
471
|
max-width: 40rpx !important;
|
|
472
472
|
max-height: 40rpx !important;
|
|
473
|
-
padding: 8rpx;
|
|
473
|
+
padding: 8rpx !important;
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
.user-bubble .action-icon-img {
|