mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Initial support for RTL layouts
This commit is contained in:
parent
941fe35103
commit
0f994ccb5b
19 changed files with 212 additions and 25 deletions
23
src/styles/rtl.scss
Normal file
23
src/styles/rtl.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
.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 {
|
||||
[dir='rtl'] & {
|
||||
transform: scale(-1, 1);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue