Added download button to player component

This commit is contained in:
Isaac Grynsztein
2020-02-18 17:29:34 -05:00
parent 8e3d6a0af6
commit b41d10f514
3 changed files with 74 additions and 2 deletions

View File

@@ -22,4 +22,29 @@
max-width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.progress-bar {
position: absolute;
left: 0px;
bottom: -1px;
}
.spinner {
width: 50px;
height: 50px;
bottom: 3px;
left: 3px;
position: absolute;
}
.save-button {
right: 25px;
position: absolute;
bottom: 25px;
}
.video-col {
padding-right: 0px;
padding-left: 0.01px;
}