[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}}
</div>
</div>
<div class="fill-all" *ngIf="playVideo">
<div class="fill-all bg-black" *ngIf="playVideo">
<div class="video"
#globalVideoElement
(mousemove)="startHideTimer()"

View File

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