mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Revert "Some css reorganization"
This reverts commit 6b54c59321b60fd8d31a737c121dadbd3bdc662d.
This commit is contained in:
parent
7e286ceaf0
commit
a0c65a6eef
1 changed files with 49 additions and 45 deletions
|
@ -619,11 +619,11 @@
|
||||||
padding-right: 32.45vw;
|
padding-right: 32.45vw;
|
||||||
padding-left: 2%;
|
padding-left: 2%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile & {
|
.layout-mobile .detailPageContent {
|
||||||
padding-left: 5%;
|
padding-left: 5%;
|
||||||
padding-right: 5%;
|
padding-right: 5%;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailSectionContent a {
|
.detailSectionContent a {
|
||||||
|
@ -747,33 +747,31 @@
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDetailButtons {
|
.layout-mobile .mainDetailButtons {
|
||||||
.layout-mobile [dir="ltr"] & {
|
margin-top: 1em;
|
||||||
margin-left: 0;
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
@include header-poster-padding;
|
.layout-mobile [dir="ltr"] .mainDetailButtons {
|
||||||
|
margin-left: 0;
|
||||||
|
|
||||||
// The buttons row is full width on small screens
|
@include header-poster-padding;
|
||||||
@media all and (max-width: 32em) {
|
|
||||||
margin-bottom: 0;
|
// The buttons row is full width on small screens
|
||||||
padding-left: 0;
|
@media all and (max-width: 32em) {
|
||||||
}
|
margin-bottom: 0;
|
||||||
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile [dir="rtl"] & {
|
.layout-mobile [dir="rtl"] .mainDetailButtons {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
||||||
@include header-poster-padding-rtl;
|
@include header-poster-padding-rtl;
|
||||||
|
|
||||||
@media all and (max-width: 32em) {
|
@media all and (max-width: 32em) {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mobile & {
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -796,16 +794,6 @@
|
||||||
align-content: center;
|
align-content: center;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
.layout-desktop [dir="rtl"] &,
|
|
||||||
.layout-tv [dir="rtl"] & {
|
|
||||||
padding-right: 32.45vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-desktop [dir="ltr"] &,
|
|
||||||
.layout-tv [dir="ltr"] & {
|
|
||||||
padding-left: 32.45vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mobile & {
|
.layout-mobile & {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -821,6 +809,22 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-desktop [dir="rtl"] .detailPagePrimaryContainer {
|
||||||
|
padding-right: 32.45vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-desktop [dir="ltr"] .detailPagePrimaryContainer {
|
||||||
|
padding-left: 32.45vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-tv [dir="rtl"] .detailPagePrimaryContainer {
|
||||||
|
padding-right: 32.45vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.layout-tv [dir="ltr"] .detailPagePrimaryContainer {
|
||||||
|
padding-left: 32.45vw;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-desktop .detailRibbon {
|
.layout-desktop .detailRibbon {
|
||||||
margin-top: -7.2em;
|
margin-top: -7.2em;
|
||||||
height: 7.2em;
|
height: 7.2em;
|
||||||
|
@ -835,20 +839,20 @@
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
flex: 1 0 0;
|
flex: 1 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile [dir="ltr"] & {
|
.layout-mobile .infoWrapper {
|
||||||
@include header-poster-padding;
|
@media all and (max-width: 32em) {
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.layout-mobile [dir="rtl"] & {
|
.layout-mobile [dir="ltr"] .infoWrapper {
|
||||||
@include header-poster-padding-rtl;
|
@include header-poster-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layout-mobile & {
|
.layout-mobile [dir="rtl"] .infoWrapper {
|
||||||
@media all and (max-width: 32em) {
|
@include header-poster-padding-rtl;
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.infoText {
|
.infoText {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue