Fix: Made the book posters visible

This commit is contained in:
lscambo13
2025-07-08 11:30:51 -07:00
parent 543a05a958
commit adad2a4374

View File

@@ -1001,7 +1001,7 @@ html {
max-width: 50vw; max-width: 50vw;
} }
.detailImageContainer .card:not(.backdropCard, .squareCard) { .detailImageContainer .card {
display: none; display: none;
} }
@@ -1080,8 +1080,9 @@ html {
background-color: var(--lighterGradientPointAlpha); background-color: var(--lighterGradientPointAlpha);
} }
/* this shows the poster in the cast page */ /* this shows the poster in the cast, book and music pages */
#itemDetailPage:has(.btnPlay.hide) .detailImageContainer .card.portraitCard { .detailImageContainer .card:has(.book, .person, .album),
.detailImageContainer .card.backdropCard:has(.tv) {
display: block; display: block;
} }