mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
16 lines
229 B
Plaintext
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%;
|
|
}
|
|
} |