зеркало из https://github.com/nextcloud/spreed.git
yet more style improvements for 1on1 comms
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
40d7e56749
Коммит
ff0fe71cde
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче