Fix img scaling

This commit is contained in:
Cohee 2024-05-13 00:11:14 +03:00
parent 14ba7fc646
commit f53775d3f5
1 changed files with 1 additions and 2 deletions

View File

@ -136,9 +136,8 @@
}
.characterAssetImage {
aspect-ratio: 3/4;
max-height: 140px;
object-fit: cover;
object-fit: scale-down;
border-radius: 5px;
}