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

42 lines
750 B
SCSS
Raw Normal View History

@import '../assets/css/librarybrowser.scss';
2022-07-02 15:50:52 -04:00
.chevron_right,
.chevron_left,
.arrow_back,
2022-07-03 13:42:45 -04:00
.arrow_forward,
2022-07-02 15:50:52 -04:00
.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;
}
}
.layout-mobile .mainDetailButtons {
padding-left: unset !important;
@include header-poster-padding-rtl;
@media all and (max-width: 32em) {
padding-left: unset !important;
padding-right: 0 Im !important;
}
}