mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix img scaling
This commit is contained in:
@@ -136,9 +136,8 @@
|
||||
}
|
||||
|
||||
.characterAssetImage {
|
||||
aspect-ratio: 3/4;
|
||||
max-height: 140px;
|
||||
object-fit: cover;
|
||||
object-fit: scale-down;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user