AirPlay button fixes
Ticket: 1288 1. Move airplay slot away from the first. 2. Fix sizing to match the rest.
This commit is contained in:
parent
56a7ad47c4
commit
1c9d89b250
2 changed files with 4 additions and 2 deletions
|
@ -634,7 +634,8 @@ $control-bar-icon-size: 0.8rem;
|
|||
}
|
||||
}
|
||||
|
||||
.vjs-chromecast-button {
|
||||
.vjs-chromecast-button,
|
||||
.vjs-airplay-button {
|
||||
.vjs-icon-placeholder {
|
||||
$chromecast-icon-size: 21px;
|
||||
width: $chromecast-icon-size;
|
||||
|
|
|
@ -305,7 +305,8 @@ button.vjs-big-play-button {
|
|||
.vjs-playback-rate {
|
||||
order: 11 !important;
|
||||
}
|
||||
.vjs-chromecast-button {
|
||||
.vjs-chromecast-button,
|
||||
.vjs-airplay-button {
|
||||
order: 12 !important;
|
||||
}
|
||||
.vjs-quality-selector {
|
||||
|
|
Loading…
Reference in a new issue