2021-05-26 23:04:58 +03:00
|
|
|
/*Tweak series/movie/album title screen*/
|
2023-01-04 02:46:58 +02:00
|
|
|
|
2021-05-26 23:04:58 +03:00
|
|
|
.detailSectionContent {
|
|
|
|
|
max-width: 66em;
|
|
|
|
|
}
|
|
|
|
|
.trackSelections {
|
|
|
|
|
max-width: 22em;
|
|
|
|
|
}
|
|
|
|
|
.detailLogo {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.detailPagePrimaryContainer {
|
|
|
|
|
background: rgba(0,0,0,0) !important;
|
|
|
|
|
}
|
2021-05-30 01:49:33 +03:00
|
|
|
.layout-desktop .detailRibbon {
|
|
|
|
|
background: rgba(0,0,0,0) !important;
|
|
|
|
|
}
|
2021-05-26 23:04:58 +03:00
|
|
|
@media all and (min-width: 32em){
|
|
|
|
|
.itemBackdrop {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.layout-desktop .detailRibbon {
|
|
|
|
|
margin-top: 13vh;
|
|
|
|
|
}
|
2022-03-26 17:41:40 +02:00
|
|
|
}
|