MOBILE-3421 ios: Fix log subtitles on ios 12 and 13
parent
a93667c9f9
commit
d7b2c06ae3
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue