Leave top of player transparent
This commit is contained in:
parent
006d340383
commit
19a467eeee
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
transform: scale(1.05);
|
||||
}
|
||||
.video-controls {
|
||||
background: linear-gradient(0deg, rgba(0,0,0,0.7523460067620799) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 94%, rgba(0,0,0,0.7495448863139005) 100%);;
|
||||
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7523460068) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 94%, rgb(0 0 0 / 0%) 100%);
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
left: 0px;
|
||||
|
@ -196,6 +196,8 @@
|
|||
margin: 0px;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border: none;
|
||||
background: rgb(255 255 255 / 25%);
|
||||
}
|
||||
button {
|
||||
padding: 6px 12px !important;
|
||||
|
|
Loading…
Reference in a new issue