make large modal box wider

This commit is contained in:
Uwe Steinmann 2022-02-24 08:18:45 +01:00
parent 74b3f896ff
commit ff49e2b31f
2 changed files with 9 additions and 2 deletions

View File

@ -422,8 +422,8 @@ ul.qq-upload-list li span {
@media (min-width: 1200px) {
.modal-wide {
width: 800px;
margin-left: -400px;
width: 900px;
margin-left: -450px;
}
}

View File

@ -424,3 +424,10 @@ ul.qq-upload-list li span {
.qq-hide, .qq-uploader dialog {
display: none;
}
@media (min-width: 992px) {
.modal-lg {
max-width: 900px;
}
}