fix(web): make video embed player fit entire window. Closes #3587
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
.onlineContainer {
|
.onlineContainer {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background-color: var(--theme-color-components-video-status-bar-background);
|
background-color: var(--theme-color-components-video-status-bar-background);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
:global(#player) {
|
||||||
|
height: calc(100vh - var(--status-bar-height));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user