mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-15 11:30:09 +01:00
Fix scaling of enlarged popup image
This commit is contained in:
parent
42766a715d
commit
48621f1d50
@ -4494,11 +4494,9 @@ a {
|
||||
}
|
||||
|
||||
.img_enlarged {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
border-radius: 2px;
|
||||
border: 1px solid transparent;
|
||||
object-fit: contain;
|
||||
/* Scaling via flex-grow and object-fit only works if we have some kind of base-height set */
|
||||
min-height: 120px;
|
||||
}
|
||||
|
||||
.cropper-container {
|
||||
|
Loading…
x
Reference in New Issue
Block a user