css tweaks
This commit is contained in:
@ -7,14 +7,15 @@
|
|||||||
|
|
||||||
.stream-page .video-content {
|
.stream-page .video-content {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: fit-content;
|
|
||||||
gap: var(--gap-s);
|
gap: var(--gap-s);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-page .video-content video {
|
.stream-page .video-content video {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: calc(100vh - var(--header-page-padding) - var(--header-height) - var(--gap-s));
|
||||||
}
|
}
|
||||||
|
|
||||||
.stream-page .live-chat {
|
.stream-page .live-chat {
|
||||||
@ -111,6 +112,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.online > div {
|
.online > div {
|
||||||
@ -118,8 +122,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.offline > div {
|
.offline > div {
|
||||||
position: fixed;
|
|
||||||
top: 5em;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
Reference in New Issue
Block a user