MOBILE-3421 ios: Fix log subtitles on ios 12 and 13

main
Pau Ferrer Ocaña 2020-09-16 09:55:46 +02:00
parent a93667c9f9
commit d7b2c06ae3
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%;
}
}
}