Fix lint/auto-formatting...

This commit is contained in:
infinite-persistence 2021-11-01 11:34:37 +08:00
parent 0aa6cc7e5a
commit b8399f10b2
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 8 additions and 7 deletions

View file

@ -603,7 +603,8 @@ export default React.memo<Props>(function VideoJs(props: Props) {
// ford ad // ford ad
// 612fb75a42715a07645a614c // 612fb75a42715a07645a614c
const macroUrl1 = 'https://gov.aniview.com/api/adserver/vast3/' + const macroUrl1 =
'https://gov.aniview.com/api/adserver/vast3/' +
'?AV_PUBLISHERID=60afcbc58cfdb065440d2426' + '?AV_PUBLISHERID=60afcbc58cfdb065440d2426' +
'&AV_CHANNELID=60b354389c7adb506d0bd9a4' + '&AV_CHANNELID=60b354389c7adb506d0bd9a4' +
`&AV_URL=${encodeURIComponent(window.location.href)}` + `&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 // 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) { if (autoplay) {
player.play(); player.play();
} }

View file

@ -83,7 +83,7 @@
width: 125%; width: 125%;
font-size: 12px; font-size: 12px;
@media (max-width:652px) { @media (max-width: 652px) {
font-size: 10px; font-size: 10px;
} }
} }
@ -160,7 +160,7 @@
[dir] .video-js .vjs-control { [dir] .video-js .vjs-control {
font-size: 14px; font-size: 14px;
@media (max-width:813px) { @media (max-width: 813px) {
font-size: 12px; font-size: 12px;
} }
} }
@ -174,7 +174,7 @@
margin-top: 3px; margin-top: 3px;
font-size: 12px !important; font-size: 12px !important;
@media (max-width:813px) { @media (max-width: 813px) {
margin-top: 3px !important; margin-top: 3px !important;
font-size: 10px !important; font-size: 10px !important;
} }
@ -195,7 +195,7 @@
.vjs-quality-selector > .vjs-menu > .vjs-menu-content { .vjs-quality-selector > .vjs-menu > .vjs-menu-content {
font-size: 12px; font-size: 12px;
@media (max-width:652px) { @media (max-width: 652px) {
font-size: 10px; font-size: 10px;
} }
} }
@ -214,7 +214,7 @@
position: absolute; position: absolute;
top: 4px; top: 4px;
@media (max-width:813px) { @media (max-width: 813px) {
top: 0px; top: 0px;
} }
} }