stream-api/frontend/style.css
Roy Olav Purser e2107c66eb
All checks were successful
continuous-integration/drone Build is passing
add download url
2022-02-05 23:39:23 +01:00

23 lines
466 B
CSS

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