some styling improvements to list views

This commit is contained in:
Tobias Brunner 2025-02-26 10:35:48 +01:00
parent 22c0f94cbe
commit efc5fefeb4
No known key found for this signature in database
2 changed files with 14 additions and 8 deletions

View file

@ -12071,9 +12071,15 @@ a.btn:focus {
}
.card__image {
width: 80px;
height: 80px;
margin-bottom: 16px
height: 120px;
display: flex;
overflow: hidden;
}
.card__image img {
max-height: 90px;
max-width: 80%;
object-fit: contain;
}
.card__image__wide {