Increase player progress bar hitbox height

pull/4736/head
Chocobozzz 2022-01-17 15:31:53 +01:00
parent 8f7d35fd0f
commit 5bca1d0620
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ $font-size: 13px;
$control-bar-height: 38px;
$control-bar-icon-size: 26px;
$control-bar-volume-slider-height: 14px;
$control-bar-slider-top: -10px;
$control-bar-slider-top: -15px;
$control-bar-font-size: 14px;
$control-bar-play-font-size: 34px;
$control-bar-next-previous-play-font-size: 14px;

View File

@ -54,7 +54,7 @@
top: $control-bar-slider-top;
z-index: 100; // On top of the progress bar
width: calc(100% - (2 * #{$progress-margin}));
height: 14px;
height: 20px;
.vjs-slider {
margin: 0;