Enabled seeking video position
This commit is contained in:
@ -35,15 +35,15 @@ const video-control-color = rgba(255, 255, 255, 0.75)
|
||||
:hover
|
||||
opacity 1 !important
|
||||
|
||||
.video-progress-bar
|
||||
.video-progress-container
|
||||
flex 1
|
||||
height 5px
|
||||
background rgba(255, 255, 255, 0.5)
|
||||
background rgba(255, 255, 255, 0.3)
|
||||
border-radius ui-element-border-radius
|
||||
overflow hidden
|
||||
|
||||
.video-current-progress
|
||||
background rgba(255, 255, 255, 0.75)
|
||||
.video-progress
|
||||
background rgba(255, 255, 255, 0.85)
|
||||
width 100%
|
||||
height 100%
|
||||
transform scaleX(0)
|
||||
|
Reference in New Issue
Block a user