mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +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 */
|
||||
.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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user