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;
}
.ombi-card{
height:100%;
}
#cardImage {
height: 100%;
object-fit: cover;
@ -77,6 +74,9 @@ small {
.ombi-card {
padding: 5px;
height:100%;
max-width: 200px;
max-height: 295px;
}
::ng-deep .p-carousel-indicators {
display: none !important;

Loading…
Cancel
Save