mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Small fix for video player as the progress bar shouldn't be rtl
This commit is contained in:
parent
974417ce3d
commit
4530e44e62
5 changed files with 32 additions and 43 deletions
|
@ -1,22 +1,14 @@
|
|||
.chevron_right,
|
||||
.chevron_left,
|
||||
.arrow_back,
|
||||
.play_arrow,
|
||||
.playlist_add,
|
||||
.video_library,
|
||||
.shuffle,
|
||||
.input,
|
||||
.live_tv,
|
||||
.dvr,
|
||||
.play_circle_filled,
|
||||
.shopping_cart,
|
||||
.vpn_key,
|
||||
.skip_next,
|
||||
.skip_previous,
|
||||
.fast_forward,
|
||||
.fast_rewind,
|
||||
.undo,
|
||||
.redo {
|
||||
.volume_up {
|
||||
[dir='rtl'] & {
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue