more css
This commit is contained in:
parent
aead6d6b13
commit
687920a4cd
@ -75,7 +75,7 @@ header h1 {
|
||||
#user-info-display {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
padding: .5em 1em;
|
||||
@ -260,8 +260,8 @@ header h1 {
|
||||
color: #ccc;
|
||||
font-weight: 100;
|
||||
}
|
||||
/* ************************************************8 */
|
||||
|
||||
/* ************************************************8 */
|
||||
|
||||
.no-chat .left-col {
|
||||
width: 100vw;
|
||||
@ -310,12 +310,9 @@ header h1 {
|
||||
#user-info {
|
||||
width: 12em;
|
||||
}
|
||||
#stream-info {
|
||||
#user-content {
|
||||
display: none;
|
||||
overflow: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
#chat-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -323,14 +320,20 @@ header h1 {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.owncast-video-container .video-js {
|
||||
height: 40vh;
|
||||
}
|
||||
|
||||
.no-chat .left-col {
|
||||
height: 100%;
|
||||
}
|
||||
.no-chat .right-col {
|
||||
display: none;
|
||||
}
|
||||
.no-chat #info {
|
||||
.no-chat #stream-info {
|
||||
display: block;
|
||||
}
|
||||
.no-chat #user-content {
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user