MDL-74828 media_videojs: fix loading icon position for RTL
This commit is contained in:
@@ -1826,3 +1826,8 @@ video::-webkit-media-text-track-display {
|
||||
left: auto;
|
||||
right: -0.5em;
|
||||
}
|
||||
|
||||
.dir-rtl .vjs-loading-spinner:before,
|
||||
.dir-rtl .vjs-loading-spinner:after {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user