mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Fix for details page on 10.11.X
This commit is contained in:
parent
d9b6ecc0a5
commit
d43d697a15
@ -836,8 +836,13 @@ textarea {
|
|||||||
|
|
||||||
/* Resize show/movie image on details page */
|
/* Resize show/movie image on details page */
|
||||||
.layout-desktop .detailImageContainer .card {
|
.layout-desktop .detailImageContainer .card {
|
||||||
top: 9em !important;
|
top: 1.8em !important;
|
||||||
width: 18.3vw !important;
|
width: 18.3vw !important;
|
||||||
|
position: absolute !important;
|
||||||
|
}
|
||||||
|
/* Legacy style to not break pre-10.11.X */
|
||||||
|
.layout-desktop .infoWrapper .detailImageContainer .card {
|
||||||
|
top: 9em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Re-position content on details page */
|
/* Re-position content on details page */
|
||||||
@ -937,6 +942,10 @@ textarea {
|
|||||||
.layout-desktop .detailPagePrimaryContainer {
|
.layout-desktop .detailPagePrimaryContainer {
|
||||||
padding-left: 3.3% !important;
|
padding-left: 3.3% !important;
|
||||||
}
|
}
|
||||||
|
/* Fix for title position on 10.11.X */
|
||||||
|
.layout-desktop [dir="ltr"] .detailPagePrimaryContainer:not(.detailRibbon) .detailRibbon {
|
||||||
|
padding-left: unset !important;
|
||||||
|
}
|
||||||
.layout-desktop .nameContainer {
|
.layout-desktop .nameContainer {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
margin-top: -48px !important;
|
margin-top: -48px !important;
|
||||||
@ -1060,6 +1069,7 @@ textarea {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Live TV */
|
/* Live TV */
|
||||||
/* Modified background color of active guide cells */
|
/* Modified background color of active guide cells */
|
||||||
.programCell-active {
|
.programCell-active {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user