Merge pull request #2538 from crazyserver/MOBILE-3421

MOBILE-3421 ios: Fix log subtitles on ios 12 and 13
main
Juan Leyva 2020-09-22 13:30:26 +02:00 committed by GitHub
commit d0ec2ca23d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -120,4 +120,15 @@ ion-app.app-root.ios {
cursor: pointer;
}
}
video {
&::cue {
white-space: pre-line;
}
&::-webkit-media-text-track-display-backdrop {
margin-left: 1.5%;
margin-right: 1.5%;
}
}
}