Hide volume percentage on hover

This commit is contained in:
Preston 2021-05-16 21:43:34 -04:00
parent 8f8df5d8e6
commit e52223c7c5
1 changed files with 4 additions and 0 deletions

View File

@ -1110,6 +1110,10 @@ body.vjs-full-window {
margin-left: -1px;
}
.video-js .vjs-volume-tooltip {
display: none;
}
.video-js .vjs-volume-panel {
transition: width 1s;
}