зеркало из https://github.com/nextcloud/spreed.git
use flexbox instead of moving video
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Родитель
b1b12db4ac
Коммит
b604f12289
|
@ -61,7 +61,8 @@
|
|||
#videos {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
|
@ -69,8 +70,8 @@
|
|||
display: flex;
|
||||
-webkit-justify-content: space-around;
|
||||
justify-content: space-around;
|
||||
-webkit-align-items: stretch;
|
||||
align-items: stretch;
|
||||
-webkit-align-items: flex-end;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.videoContainer {
|
||||
|
@ -81,8 +82,6 @@
|
|||
-webkit-flex: auto;
|
||||
-ms-flex: auto;
|
||||
flex: auto;
|
||||
-webkit-align-self: stretch;
|
||||
align-self: stretch;
|
||||
}
|
||||
#videos .videoContainer {
|
||||
padding: 0 2%;
|
||||
|
@ -154,6 +153,7 @@ video {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
.videoView .nameIndicator {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче