mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Made the book posters visible
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user