[DEV] set back video in black
This commit is contained in:
parent
f060c47a24
commit
d5b18067f9
@ -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()"
|
||||
|
@ -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%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user