fixed css hierarchy so progress bar and under image is gone when poster becomes background

This commit is contained in:
Christopher 2025-05-08 06:13:53 -06:00
parent b75cee7bac
commit e0fc4f11f5

View file

@ -253,14 +253,10 @@
} }
} }
} }
.progress-banner {
display:none;
}
.under-image { :host ::ng-deep {
display: none; .main-container {
} .info-container {
:host ::ng-deep .info-container {
.info-grid-container { .info-grid-container {
.image-container { .image-container {
.progress-banner { .progress-banner {
@ -273,3 +269,5 @@
} }
} }
} }
}
}