Fix RTL video player and subtitles misplacement in full screen

This commit is contained in:
Omar Al-Ithawi
2017-04-06 12:20:12 +03:00
parent 447f5c2b99
commit e431452c42

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%;