MOBILE-2830 windows: Fix video subtitles in Windows desktop
parent
ac37a875de
commit
6b32c79cd6
|
@ -968,3 +968,16 @@ ion-modal,
|
||||||
.split-pane {
|
.split-pane {
|
||||||
contain: size layout style;
|
contain: size layout style;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Styles for desktop apps only.
|
||||||
|
ion-app.platform-desktop {
|
||||||
|
video::-webkit-media-text-track-display {
|
||||||
|
white-space: normal !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.platform-windows {
|
||||||
|
video::-webkit-media-text-track-display {
|
||||||
|
font-size: 0.6em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue