Fix img scaling
This commit is contained in:
parent
14ba7fc646
commit
f53775d3f5
|
@ -136,9 +136,8 @@
|
|||
}
|
||||
|
||||
.characterAssetImage {
|
||||
aspect-ratio: 3/4;
|
||||
max-height: 140px;
|
||||
object-fit: cover;
|
||||
object-fit: scale-down;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue