[DEV] set back video in black

This commit is contained in:
Edouard DUPIN 2020-12-07 00:17:51 +01:00
parent f060c47a24
commit d5b18067f9
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
{{description}} {{description}}
</div> </div>
</div> </div>
<div class="fill-all" *ngIf="playVideo"> <div class="fill-all bg-black" *ngIf="playVideo">
<div class="video" <div class="video"
#globalVideoElement #globalVideoElement
(mousemove)="startHideTimer()" (mousemove)="startHideTimer()"

View File

@ -25,7 +25,6 @@
width: 80%; width: 80%;
margin: 0 auto; margin: 0 auto;
} }
.generated_name { .generated_name {
width: 80%; width: 80%;
margin: 0 auto; margin: 0 auto;
@ -75,6 +74,7 @@
background: #3C3C3C; background: #3C3C3C;
.video-elem { .video-elem {
background-color: black;
position:absolute; position:absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;