mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix(discover): 🐛 Made the poster images on discover the same size no matter how many results there are
This commit is contained in:
parent
06b60ee9d2
commit
78b9eef483
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue