Fix: Posters for recorded live tv programmes were not visible in the media page
This commit is contained in:
parent
5994dde7a1
commit
e62de7469c
1 changed files with 1 additions and 0 deletions
|
|
@ -1265,6 +1265,7 @@ html {
|
||||||
/* this shows the poster in the cast, book and music pages */
|
/* this shows the poster in the cast, book and music pages */
|
||||||
.detailImageContainer .card:has(.book, .person, .album),
|
.detailImageContainer .card:has(.book, .person, .album),
|
||||||
.detailImageContainer .card.backdropCard:has(.tv),
|
.detailImageContainer .card.backdropCard:has(.tv),
|
||||||
|
.detailImageContainer .card.backdropCard:has(.movie),
|
||||||
.detailImageContainer .card.backdropCard:has(.live_tv) {
|
.detailImageContainer .card.backdropCard:has(.live_tv) {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue