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