max-height for dialog

This commit is contained in:
Zhora Shalyapin 2025-01-13 14:58:54 +00:00
parent f54b399411
commit b21a486ee4

13
main.js
View File

@ -812,7 +812,7 @@
dialog .preview,
.swiper {
max-width: 1000px;
max-height: 600px;
max-height: 500px;
}
.swiper-button-next,
@ -821,6 +821,17 @@
-webkit-user-select: none;
}
.swiper-wrapper {
align-items: center;
}
.swiper-wrapper > img.swiper-slide {
width: 100%;
max-height: 500px;
object-fit: contain;
object-position: center;
}
button.button-delete {
padding: 0;
border: 0;