MDL-74828 media_videojs: fix loading icon position for RTL

This commit is contained in:
dor
2023-08-27 16:58:03 +08:00
committed by Andrew Nicols
parent 60810e78fb
commit 64f63faa3a
+5
View File
@@ -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;
}