Increase play button size

pull/3489/head
Chocobozzz 2020-12-17 14:26:37 +01:00
parent 18429d011e
commit ac2b052d54
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ $primary-foreground-opacity: 0.9;
$primary-foreground-opacity-hover: 1;
$primary-background-color: rgba(0, 0, 0, 0.8);
$play-control-font-size: 16px;
$font-size: 13px;
$control-bar-height: 34px;

View File

@ -242,8 +242,8 @@ body {
@include disable-outline;
cursor: pointer;
font-size: $font-size;
width: 3em;
font-size: $play-control-font-size;
width: 2em;
}
.vjs-time-control {