Fix video issues

This commit is contained in:
schmelczerandras 2020-12-05 12:37:20 +01:00
parent 4b11edfbd9
commit a44bfcdf4c
3 changed files with 7 additions and 8 deletions

View file

@ -1,14 +1,6 @@
@use '../../../style/mixins' as *;
.video-container {
& > *:not(.start-button) {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.loading {
@include square(var(--large-icon-size));
@include absolute-center;
@ -32,4 +24,8 @@
&.fully-loaded video {
visibility: visible;
}
.start-button {
z-index: 1;
}
}