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