Fix vertical scaling of images in enlarge popup

This commit is contained in:
Wolfsblvt 2024-06-22 10:04:14 +02:00
parent c79f1e4360
commit 07da2461d0
1 changed files with 4 additions and 1 deletions

View File

@ -367,6 +367,9 @@ input[type='checkbox']:focus-visible {
}
.img_enlarged_container {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 10px;
height: 100%;
width: 100%;
@ -4481,7 +4484,7 @@ a {
max-height: 100%;
border-radius: 2px;
border: 1px solid transparent;
outline: 1px solid var(--SmartThemeBorderColor);
object-fit: contain;
}
.cropper-container {