fix(discover): 🐛 Made the poster images on discover the same size no matter how many results there are

pull/4311/head
tidusjar 3 years ago
parent 06b60ee9d2
commit 78b9eef483

@ -59,9 +59,6 @@ small {
font-size: 0.8rem; font-size: 0.8rem;
} }
.ombi-card{
height:100%;
}
#cardImage { #cardImage {
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
@ -77,6 +74,9 @@ small {
.ombi-card { .ombi-card {
padding: 5px; padding: 5px;
height:100%;
max-width: 200px;
max-height: 295px;
} }
::ng-deep .p-carousel-indicators { ::ng-deep .p-carousel-indicators {
display: none !important; display: none !important;

Loading…
Cancel
Save