Fix lint/auto-formatting...
This commit is contained in:
parent
0aa6cc7e5a
commit
b8399f10b2
2 changed files with 8 additions and 7 deletions
|
@ -603,7 +603,8 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
|||
// ford ad
|
||||
// 612fb75a42715a07645a614c
|
||||
|
||||
const macroUrl1 = 'https://gov.aniview.com/api/adserver/vast3/' +
|
||||
const macroUrl1 =
|
||||
'https://gov.aniview.com/api/adserver/vast3/' +
|
||||
'?AV_PUBLISHERID=60afcbc58cfdb065440d2426' +
|
||||
'&AV_CHANNELID=60b354389c7adb506d0bd9a4' +
|
||||
`&AV_URL=${encodeURIComponent(window.location.href)}` +
|
||||
|
@ -640,7 +641,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
|
|||
}
|
||||
|
||||
// kick player in the butt, sometimes it doesn't always autoplay when it should
|
||||
player.on('loadstart', function(event) {
|
||||
player.on('loadstart', function (event) {
|
||||
if (autoplay) {
|
||||
player.play();
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
width: 125%;
|
||||
font-size: 12px;
|
||||
|
||||
@media (max-width:652px) {
|
||||
@media (max-width: 652px) {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
@ -160,7 +160,7 @@
|
|||
[dir] .video-js .vjs-control {
|
||||
font-size: 14px;
|
||||
|
||||
@media (max-width:813px) {
|
||||
@media (max-width: 813px) {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
@ -174,7 +174,7 @@
|
|||
margin-top: 3px;
|
||||
font-size: 12px !important;
|
||||
|
||||
@media (max-width:813px) {
|
||||
@media (max-width: 813px) {
|
||||
margin-top: 3px !important;
|
||||
font-size: 10px !important;
|
||||
}
|
||||
|
@ -195,7 +195,7 @@
|
|||
.vjs-quality-selector > .vjs-menu > .vjs-menu-content {
|
||||
font-size: 12px;
|
||||
|
||||
@media (max-width:652px) {
|
||||
@media (max-width: 652px) {
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
@ -214,7 +214,7 @@
|
|||
position: absolute;
|
||||
top: 4px;
|
||||
|
||||
@media (max-width:813px) {
|
||||
@media (max-width: 813px) {
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue