2024-10-25 09:39:35 +00:00

16 lines
229 B
Plaintext

.video-player {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 12px;
.video-player-component {
width: 100%;
height: 100%;
}
}