some styling improvements to list views
This commit is contained in:
parent
22c0f94cbe
commit
efc5fefeb4
2 changed files with 14 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue