web: Don't let video modal overflow RufflePlayer

This commit is contained in:
Daniel Jacobs 2023-11-30 17:03:36 -05:00
parent db3928a531
commit 13efea13ee
1 changed files with 5 additions and 0 deletions

View File

@ -394,6 +394,11 @@ export function applyStaticStyles(styleElement: HTMLStyleElement) {
padding-top: 20px;
}`,
`#video-holder video {
max-width: 100%;
height: calc(100% - 58px);
}`,
`.slider-container {
margin-top: 10px;
display: flex;