Fixes buttons in episode overview in RTL layouts
This commit is contained in:
@@ -672,15 +672,6 @@
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
[dir="rtl"] & {
|
||||
@include header-poster-padding-rtl;
|
||||
|
||||
@media all and (max-width: 32em) {
|
||||
padding-left: unset;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import '../assets/css/librarybrowser.scss';
|
||||
|
||||
.chevron_right,
|
||||
.chevron_left,
|
||||
.arrow_back,
|
||||
@@ -27,3 +29,13 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user