mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 19:12:42 +00:00
allow wide modal boxes to be 642px height which is enough for an iframe with 600px height
This commit is contained in:
parent
e827a6c2d7
commit
eb1034d1cc
|
@ -434,6 +434,9 @@ ul.qq-upload-list li span {
|
||||||
width: 900px;
|
width: 900px;
|
||||||
margin-left: -450px;
|
margin-left: -450px;
|
||||||
}
|
}
|
||||||
|
.modal-wide .modal-body {
|
||||||
|
max-height: 642px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user