fix(video): height and width in player (#2258)

This commit is contained in:
PixyTM 2024-03-09 15:59:50 -05:00 committed by GitHub
parent 4d25947286
commit 5c9265fb9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,8 @@ watch(staticOverlay, (val) => {
.fullscreen-video-container {
background: black;
display: flex;
height: 100vh !important;
justify-content: center;
}
.controls-wrapper {