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 {
display: none;
}
:host ::ng-deep .info-container {
:host ::ng-deep {
.main-container {
.info-container {
.info-grid-container {
.image-container {
.progress-banner {
@ -273,3 +269,5 @@
}
}
}
}
}