File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 330
330
} ) ;
331
331
332
332
ui . $callees . append ( videoElems ) ;
333
+ ui . setPositionFooter ( ) ;
333
334
ui . updateMsg ( { msg : 'during_call' , obj : { name : app . caller . full_name } } ) ;
334
335
335
336
app . currentSession . accept ( { } ) ;
Original file line number Diff line number Diff line change @@ -66,15 +66,21 @@ body {
66
66
67
67
.fw-video {
68
68
display : block;
69
- width : 100% ;
70
- min-height : 100px ;
69
+ width : 135px ;
70
+ height : 100px ;
71
+ max-height : 100px ;
71
72
72
73
background : # bfbfbf ;
73
74
}
74
75
.fw-video-wait {
75
76
min-width : 32px ;
76
77
background : # bfbfbf url ('images/loader3.gif' ) no-repeat center;
77
78
}
79
+ .fw-video .main_video_vid {
80
+ width : 100% ;
81
+ height : auto;
82
+ max-height : none;
83
+ }
78
84
79
85
.fw-inner {
80
86
width : 90% ;
@@ -479,6 +485,7 @@ body {
479
485
}
480
486
481
487
.callees__callee_video {
488
+ margin : 0 auto;
482
489
border : 4px solid transparent;
483
490
484
491
transition : border-color .3s ease;
@@ -500,6 +507,10 @@ body {
500
507
z-index : 9 ;
501
508
}
502
509
510
+ .callees__callee_name {
511
+ text-align : center;
512
+ }
513
+
503
514
@media all and (min-width : 780px ) {
504
515
.callees__callee {
505
516
width : 20% ;
You can’t perform that action at this time.
0 commit comments