mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Live TV program card was unintentionally hidden
This commit is contained in:
@@ -1088,11 +1088,12 @@ html {
|
||||
|
||||
/* this shows the poster in the cast, book and music pages */
|
||||
.detailImageContainer .card:has(.book, .person, .album),
|
||||
.detailImageContainer .card.backdropCard:has(.tv) {
|
||||
.detailImageContainer .card.backdropCard:has(.tv),
|
||||
.detailImageContainer .card.backdropCard:has(.live_tv) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* This reduces the top padding in the cast page */
|
||||
/* This reduces the top padding in the cast page i.e. shifts up page content */
|
||||
#itemDetailPage:has(.detailImageContainer .cardImageIcon.person, .detailImageContainer .cardImageIcon.book) .itemBackdrop {
|
||||
height: calc(100vh - 50vh - var(--itemPageNegativeSpace)) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user