Add player settings menu. Closes #1932

This commit is contained in:
Gabe Kangas
2022-06-19 13:49:42 -07:00
parent 221b9c8f0f
commit 1dbeac422f
3 changed files with 151 additions and 2 deletions

View File

@@ -12,3 +12,16 @@
.vjs-owncast .vjs-control-bar {
background-color: var(--theme-background) !important;
}
// .vjs-airplay .vjs-icon-placeholder::before {
// content: url("../img/airplay.png");
// }
.vjs-quality-selector .vjs-icon-placeholder {
font-family: VideoJS;
font-weight: 400;
font-style: normal;
}
.vjs-quality-selector .vjs-icon-placeholder::before {
content: "\f110";
}