mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fixes buttons in episode overview in RTL layouts
This commit is contained in:
parent
b15953acc2
commit
fc96d4dad1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user