SimpleTube/resources/mainStyle.css

20 lines
295 B
CSS
Raw Normal View History

2023-10-26 12:35:34 -05:00
body {
height: 100vh;
}
#videoPlayer {
margin: auto;
padding: 0;
object-fit: contain;
display: block;
height: 100%;
max-width: 100%;
/* height: 80vh; */
}
#videoContainer {
height: 80%;
max-width: 100vw;
display: flex;
background-color: black;
}