Fix for details page on 10.11.X

This commit is contained in:
loof2736 2025-10-20 18:54:29 -04:00
parent d9b6ecc0a5
commit d43d697a15

View File

@ -836,8 +836,13 @@ textarea {
/* Resize show/movie image on details page */
.layout-desktop .detailImageContainer .card {
top: 9em !important;
top: 1.8em !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 */
@ -937,6 +942,10 @@ textarea {
.layout-desktop .detailPagePrimaryContainer {
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 {
position: absolute !important;
margin-top: -48px !important;
@ -1060,6 +1069,7 @@ textarea {
*/
/* Live TV */
/* Modified background color of active guide cells */
.programCell-active {