1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-01 18:01:15 +02:00

Make player flex

This commit is contained in:
Alexandre Iooss
2020-10-18 18:25:18 +02:00
parent e51885aedc
commit ac5fc7a33b
3 changed files with 8 additions and 23 deletions

View File

@ -43,20 +43,15 @@ h1, h2, h3, h4 {
.container {
height: 100%;
width: 100%;
display: flex;
flex-wrap: wrap;
height: 100%;
}
.col-video {
flex-basis: 0;
flex-grow: 1;
text-align: right;
/* Limit max width to limit video size */
margin: auto;
max-width: 1200px;
display: flex;
flex-direction: column;
}
.col-chat {