Commit 067e33e6 by Muzaffar yousaf Committed by GitHub

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

Fix RTL video player and subtitles misplacement in full screen
parents 875deed5 e431452c
......@@ -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%;
......
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