Hide details page artwork if disabled by user
This commit is contained in:
parent
d1e482946f
commit
4fdab1e8b6
2 changed files with 33 additions and 2 deletions
|
@ -443,6 +443,22 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.itemBackdrop.noBackdrop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.detailPageContent.noBackdrop {
|
||||
margin-top: 6.75em;
|
||||
}
|
||||
|
||||
.layout-desktop .detailImageContainer.noBackdrop img {
|
||||
margin-top: -2.5em;
|
||||
}
|
||||
|
||||
.layout-tv .detailImageContainer.noBackdrop img {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.personBackdrop {
|
||||
background-size: contain;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue