mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fixed scss problems
This commit is contained in:
parent
2883451f98
commit
a73186d7aa
@ -597,11 +597,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.layout-mobile & {
|
|
||||||
padding-left: 5%;
|
|
||||||
padding-right: 5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-desktop &,
|
.layout-desktop &,
|
||||||
.layout-tv & {
|
.layout-tv & {
|
||||||
.emby-scroller {
|
.emby-scroller {
|
||||||
@ -626,6 +621,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile .detailPageContent {
|
||||||
|
padding-left: 5%;
|
||||||
|
padding-right: 5%;
|
||||||
|
}
|
||||||
|
|
||||||
.detailSectionContent a {
|
.detailSectionContent a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
@ -744,12 +744,16 @@
|
|||||||
.layout-mobile .mainDetailButtons {
|
.layout-mobile .mainDetailButtons {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile .mainDetailButtons {
|
.layout-mobile .mainDetailButtons {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-mobile [dir="ltr"] .mainDetailButtons {
|
||||||
|
margin-left: 0;
|
||||||
|
|
||||||
@include header-poster-padding;
|
@include header-poster-padding;
|
||||||
|
|
||||||
@ -758,20 +762,16 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[dir="ltr"] & {
|
.layout-mobile [dir="rtl"] .mainDetailButtons {
|
||||||
margin-left: 0;
|
margin-right: 0;
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] & {
|
@include header-poster-padding-rtl;
|
||||||
margin-right: 0;
|
|
||||||
padding-left: unset !important;
|
|
||||||
|
|
||||||
@include header-poster-padding-rtl;
|
@media all and (max-width: 32em) {
|
||||||
|
margin-bottom: 0;
|
||||||
@media all and (max-width: 32em) {
|
padding-right: 0;
|
||||||
padding-right: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -839,22 +839,22 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
flex: 1 0 0;
|
flex: 1 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile & {
|
.layout-mobile .infoWrapper {
|
||||||
[dir="ltr"] {
|
@media all and (max-width: 32em) {
|
||||||
@include header-poster-padding;
|
position: relative;
|
||||||
}
|
|
||||||
|
|
||||||
[dir="rtl"] & {
|
|
||||||
@include header-poster-padding-rtl;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (max-width: 32em) {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-mobile [dir="ltr"] .infoWrapper {
|
||||||
|
@include header-poster-padding;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-mobile [dir="rtl"] .infoWrapper {
|
||||||
|
@include header-poster-padding-rtl;
|
||||||
|
}
|
||||||
|
|
||||||
.infoText {
|
.infoText {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user