@flexem/chat-box 1.0.4 → 1.0.6
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,8 @@
|
|
|
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
|
+
box-sizing: content-box !important;
|
|
474
475
|
}
|
|
475
476
|
|
|
476
477
|
.user-bubble .action-icon-img {
|
|
@@ -639,12 +640,14 @@
|
|
|
639
640
|
}
|
|
640
641
|
|
|
641
642
|
.bubble-menu-icon-text {
|
|
642
|
-
font-size:
|
|
643
|
-
font-weight:
|
|
643
|
+
font-size: 38rpx;
|
|
644
|
+
font-weight: normal;
|
|
644
645
|
color: #fff;
|
|
645
646
|
margin-bottom: 8rpx;
|
|
647
|
+
width: 60rpx;
|
|
646
648
|
height: 48rpx;
|
|
647
649
|
line-height: 48rpx;
|
|
650
|
+
text-align: center;
|
|
648
651
|
}
|
|
649
652
|
|
|
650
653
|
.bubble-menu-text {
|