Merge branch 'feature/video-native-timeline' of https://github.com/arillo/spacedeck-open into arillo-feature/video-native-timeline

This commit is contained in:
mntmn
2020-11-23 12:23:10 +01:00
4 changed files with 30 additions and 26 deletions

View File

@@ -324,6 +324,12 @@
height: 100%;
background-size: cover;
&.playing {
video {
z-index: 1;
}
}
.title {
position: absolute;
bottom: 0px;
@@ -340,14 +346,16 @@
video {
width: 100%;
height: 100%;
position: absolute;
}
.tl-controls {
position: absolute;
bottom: 10px;
top: 10px;
left: 10px;
right: 10px;
text-align: center;
z-index: 2;
.btn {
margin-top: 20px;