Skip to content

Commit

Permalink
MDL-74828 media_videojs: fix loading icon position for RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
dorHerbesmanDevlion authored and andrewnicols committed Aug 27, 2023
1 parent eac4d18 commit 464393b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions media/player/videojs/styles.css
Expand Up @@ -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;
}

0 comments on commit 464393b

Please sign in to comment.