react_hsbc_teller 0.3.9 → 0.4.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.
@@ -5,13 +5,17 @@
5
5
  .mixedvideo{
6
6
  display: none;
7
7
  position:absolute;
8
- object-fit: cover
8
+ object-fit: contain
9
9
  }
10
10
  .imgClass{
11
11
  width: 100%;
12
12
  height: 100%;
13
13
  float: right
14
14
  }
15
+ .imgClassVoice{
16
+ width: 2.5rem;
17
+ height: 2.5rem;
18
+ }
15
19
  .sharedScreen{
16
20
  font-size: 10px;
17
21
  position: absolute;
@@ -36,6 +40,7 @@
36
40
  font-weight: bold;
37
41
  height: 170px;
38
42
  position: relative;
43
+ background: #333;
39
44
  }
40
45
  .videoFit{
41
46
  object-fit: contain !important;
@@ -47,12 +52,12 @@
47
52
  .video1{
48
53
  width: 100%;
49
54
  height: 100%;
50
- object-fit: cover
55
+ object-fit: contain
51
56
  }
52
57
  .video{
53
58
  width: 100%;
54
59
  height: 100%;
55
- object-fit: cover;
60
+ object-fit: contain;
56
61
  }
57
62
  .video1Div{
58
63
  width: 100%;
@@ -69,7 +74,7 @@
69
74
  }
70
75
  .ownClass{
71
76
  height: calc(100vh - 15px);
72
- object-fit: cover;
77
+ object-fit: contain;
73
78
  width: 100%;
74
79
  }
75
80
  .publishVideoClass{
@@ -227,4 +232,10 @@ border-radius: 0px 0px 2px 2px;
227
232
  position: absolute;
228
233
  bottom: 0;
229
234
  left: 0;
235
+ transform: rotateY(180deg);
236
+ }
237
+ .voiceVideoClass{
238
+ position: absolute;
239
+ bottom: 0;
240
+ right: 0;
230
241
  }