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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user