@cometchat/chat-uikit-react 5.0.3 → 5.0.4

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.
@@ -35,6 +35,7 @@
35
35
  display: flex;
36
36
  align-items: center;
37
37
  justify-content: center;
38
+ z-index: 1;
38
39
  }
39
40
 
40
41
  /* Container for download progress circle (24x24 size) */
@@ -89,7 +89,7 @@
89
89
  }
90
90
 
91
91
  /* Avatar size adjustment for smaller screens */
92
- .cometchat-outgoing-call__avatar .cometchat-avatar {
92
+ .cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar {
93
93
  width: 120px;
94
94
  height: 120px;
95
95
  }
@@ -35,6 +35,7 @@
35
35
  display: flex;
36
36
  align-items: center;
37
37
  justify-content: center;
38
+ z-index: 1;
38
39
  }
39
40
 
40
41
  /* Container for download progress circle (24x24 size) */
@@ -89,7 +89,7 @@
89
89
  }
90
90
 
91
91
  /* Avatar size adjustment for smaller screens */
92
- .cometchat-outgoing-call__avatar .cometchat-avatar {
92
+ .cometchat-outgoing-call .cometchat-outgoing-call__avatar .cometchat .cometchat-avatar {
93
93
  width: 120px;
94
94
  height: 120px;
95
95
  }