Use a height buffer for video seek clicks
This commit is contained in:
@ -17,8 +17,9 @@ component AMVVideo(amv *arn.AMV)
|
||||
//- RawIcon("play")
|
||||
|
||||
.video-controls
|
||||
.video-progress-container
|
||||
.video-progress
|
||||
.video-progress-clickable
|
||||
.video-progress-container
|
||||
.video-progress
|
||||
|
||||
.video-time= fmt.Sprintf("%d:%02d", int(amv.Info.Duration.Minutes()), int(amv.Info.Duration.Seconds()) % 60)
|
||||
|
||||
|
Reference in New Issue
Block a user