yet more style improvements for 1on1 comms

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-17 06:31:53 +01:00
Родитель 40d7e56749
Коммит ff0fe71cde
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -126,6 +126,8 @@ video {
.participants-2 #videos {
height: 100%;
}
/* big speaker video */
.participants-2 .videoContainer,
.videoContainer.speaking {
position: absolute;
@ -136,6 +138,16 @@ video {
top: 0;
z-index: 1;
}
.participants-2 .videoContainer video {
position: absolute;
width: initial;
height: 100%;
left: 50%;
top: 50%;
transform: translateY(-50%) translateX(-50%);
}
/* own video */
.participants-1 .videoView,
.participants-2 .videoView {
position: absolute;