easemob-chat-uikit 1.1.0-beta → 1.1.0
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/components.scss +0 -6
- package/package.json +1 -1
- package/style/imageMessage/style/style.scss +1 -1
- package/style.css +0 -1
package/components.scss
CHANGED
|
@@ -30,9 +30,3 @@
|
|
|
30
30
|
@import './style/userProfile/style/style.scss';
|
|
31
31
|
@import './style/combinedMessage/style/style.scss';
|
|
32
32
|
@import './style/reaction/style/style.scss';
|
|
33
|
-
@import './style/userSelect/style/style.scss';
|
|
34
|
-
@import './style/groupDetail/style/style.scss';
|
|
35
|
-
@import './style/groupMember/style/style.scss';
|
|
36
|
-
@import './style/chatroom/style/style.scss';
|
|
37
|
-
@import './style/chatroomMember/style/style.scss';
|
|
38
|
-
@import './style/chatroomMessage/style/style.scss';
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -10411,7 +10411,6 @@
|
|
|
10411
10411
|
max-height: 300px;
|
|
10412
10412
|
object-fit: contain;
|
|
10413
10413
|
border-radius: 16px;
|
|
10414
|
-
width: -webkit-fill-available;
|
|
10415
10414
|
}
|
|
10416
10415
|
|
|
10417
10416
|
.cui-message-img-square img {
|