Files
Ultrachromic/titlepage/title_simple.css
Casper Talvio 4b1c41bb93 Title page fixes
Fix cover art alignment and top bar size
2023-01-04 02:46:58 +02:00

26 lines
442 B
CSS

/*Tweak series/movie/album title screen*/
.detailSectionContent {
max-width: 66em;
}
.trackSelections {
max-width: 22em;
}
.detailLogo {
display: none;
}
.detailPagePrimaryContainer {
background: rgba(0,0,0,0) !important;
}
.layout-desktop .detailRibbon {
background: rgba(0,0,0,0) !important;
}
@media all and (min-width: 32em){
.itemBackdrop {
display: none;
}
.layout-desktop .detailRibbon {
margin-top: 13vh;
}
}