Adjust player quality selector icon width on mobile
This commit is contained in:
parent
1ab140c192
commit
688ea696bd
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ $control-bar-icon-size: 30px;
|
|||
}
|
||||
}
|
||||
@media (max-width: $breakpoint-small) {
|
||||
width: 3rem;
|
||||
width: 3.3rem;
|
||||
.vjs-icon-placeholder {
|
||||
span {
|
||||
span {
|
||||
|
|
Loading…
Reference in a new issue