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,21 +253,19 @@
} }
} }
} }
.progress-banner {
display:none; :host ::ng-deep {
} .main-container {
.info-container {
.under-image { .info-grid-container {
display: none; .image-container {
} .progress-banner {
:host ::ng-deep .info-container { display: none;
.info-grid-container { }
.image-container { .under-image {
.progress-banner { display: none;
display: none; }
} }
.under-image {
display: none;
} }
} }
} }