Merge pull request #14838 from OmarIthawi/omar/video-player-fullscreen-rtl

Fix RTL video player and subtitles misplacement in full screen
This commit is contained in:
Muzaffar yousaf
2017-05-15 16:55:59 +05:00
committed by GitHub

View File

@@ -201,9 +201,9 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
}
.closed-captions {
@include left(5%);
position: absolute;
width: 85%;
left: 5%;
top: 70%;
text-align: center;
}
@@ -259,6 +259,7 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
object,
iframe,
video {
@include left(0);
display: block;
border: none;
width: 100%;