stream-api/frontend/style.css
Roy Olav Purser 4593cf84c5
All checks were successful
continuous-integration/drone Build is passing
fix doctype height
2023-07-07 21:47:13 +02:00

30 lines
548 B
CSS

body {
margin: 0px;
height: 100%;
}
html {
height: 100%;
}
.vjs-button {
cursor:pointer;
}
.vjs-big-download {
color: white;
position: absolute !important;
font-size: 3rem !important;
height: 4rem !important;
width: 4rem !important;
top: 5rem !important;
right: 1rem !important;
}
.vjs-big-chromecast {
color: white;
position: absolute !important;
font-size: 3rem !important;
height: 4rem !important;
width: 4rem !important;
top: 1rem !important;
right: 1rem !important;
}