1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/styles/rtl.scss

29 lines
447 B
SCSS
Raw Normal View History

2022-07-02 15:50:52 -04:00
.chevron_right,
.chevron_left,
.arrow_back,
.playlist_add,
.shuffle,
.input,
.live_tv,
.dvr,
.shopping_cart,
.vpn_key,
2022-07-03 12:14:39 -04:00
.volume_up,
.message {
2022-07-02 15:50:52 -04:00
[dir='rtl'] & {
transform: scale(-1, 1);
}
}
2022-07-03 11:58:08 -04:00
@media all and (min-width: 40em) {
.dashboardDocument .mainDrawer {
left: unset !important;
right: 0 !important;
}
.dashboardDocument .skinBody {
left: 0 !important;
right: 20em !important;
}
}