diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index 3b33cbe..0a6867f 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -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 {