Enlarge the play icon size
per Anthony's comment. It's still not as large as before, as I believe the size should match the other icons (which the previous version did not).
This commit is contained in:
parent
9ec1b17515
commit
ece9f9ceae
1 changed files with 11 additions and 0 deletions
|
@ -444,11 +444,22 @@ $control-bar-icon-size: 0.7rem;
|
|||
line-height: $control-bar-height;
|
||||
}
|
||||
|
||||
.vjs-icon-placeholder::before {
|
||||
line-height: $control-bar-height;
|
||||
}
|
||||
|
||||
.vjs-quality-selector {
|
||||
.vjs-icon-placeholder {
|
||||
font-size: $control-bar-font-size; // quality selector uses regular text font
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-play-control {
|
||||
.vjs-icon-placeholder {
|
||||
// The play icon in font VideoJs is smaller than its peers. Compensate to match the height.
|
||||
font-size: calc(#{$control-bar-icon-size} * 1.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-picture-in-picture-control {
|
||||
|
|
Loading…
Reference in a new issue