Add AirPlay player button

This commit is contained in:
Gabe Kangas
2020-06-15 19:55:32 -07:00
parent 285a7df390
commit d7229a8c6d
3 changed files with 29 additions and 0 deletions

View File

@@ -377,4 +377,8 @@ header h1 {
height: 40vh;
height: calc((var(--vh, 1vh) * 40));
min-height: 300px;
}
.vjs-airplay .vjs-icon-placeholder::before {
content: 'AP';
}