Leave top of player transparent

This commit is contained in:
Korbs 2024-08-16 22:27:08 -04:00
parent 006d340383
commit 19a467eeee

View file

@ -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;