Added play and pause button

This commit is contained in:
2018-12-09 11:57:37 +09:00
parent 85f140fb18
commit 6489b550c9
6 changed files with 42 additions and 11 deletions

View File

@ -70,10 +70,19 @@ const video-progress-clickable-height-buffer = 0.4rem
line-height 1em
height auto
padding 0
margin-left 0.5rem
:hover
color white
.video-control-fullscreen
margin-left 0.5rem
.video-control-play,
.video-control-pause
margin-right 0.5rem
.video-control-pause
display none
::-webkit-media-controls
display none !important