1
0
Fork 0

Improve modalconfirm window placement.

This commit is contained in:
Nicolas Perriault 2017-05-13 15:42:24 +02:00
parent 93e42ac575
commit 8e187efc10
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 2 deletions

View File

@ -802,7 +802,7 @@ input.form-control[type=file] {
/* Modal confirm window */
.modal-dialog {
height: 100%;
height: 80%;
display: flex;
align-items: center;
}
@ -816,5 +816,5 @@ input.form-control[type=file] {
.elmoji-img {
width: 18px;
height: 18px;
margin-right: 1px;
margin: 0 1px;
}