fix(embed): set background color of video embed

This commit is contained in:
Gabe Kangas
2023-04-27 10:26:12 -07:00
parent 58009021ba
commit 1dc71004c9
2 changed files with 25 additions and 3 deletions
@@ -0,0 +1,8 @@
.onlineContainer {
height: 96vh;
background-color: var(--theme-color-components-video-status-bar-background);
@media only screen and (max-width: 768px) {
height: 100vh;
}
}