Commit e431452c by Omar Al-Ithawi

Fix RTL video player and subtitles misplacement in full screen

parent 447f5c2b
...@@ -201,9 +201,9 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark ...@@ -201,9 +201,9 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
} }
.closed-captions { .closed-captions {
@include left(5%);
position: absolute; position: absolute;
width: 85%; width: 85%;
left: 5%;
top: 70%; top: 70%;
text-align: center; text-align: center;
} }
...@@ -259,6 +259,7 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark ...@@ -259,6 +259,7 @@ $cool-dark: rgb(79, 89, 93); // UXPL cool dark
object, object,
iframe, iframe,
video { video {
@include left(0);
display: block; display: block;
border: none; border: none;
width: 100%; width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment