зеркало из https://github.com/nextcloud/spreed.git
Limit size of own video on mobile so other participant is still visible
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
d13df8766b
Коммит
b421c15291
|
@ -322,6 +322,12 @@ video {
|
|||
left: initial;
|
||||
z-index: 10;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.participants-1 .videoView,
|
||||
.participants-2 .videoView {
|
||||
max-height: 35%;
|
||||
}
|
||||
}
|
||||
.participants-1 .videoView video,
|
||||
.participants-2 .videoView video {
|
||||
position: absolute;
|
||||
|
|
Загрузка…
Ссылка в новой задаче