max-height for dialog
This commit is contained in:
parent
f54b399411
commit
b21a486ee4
13
main.js
13
main.js
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user