mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -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;
|
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…
Add table
Add a link
Reference in a new issue