Fix RTL issue

This commit is contained in:
Raphael Michel
2020-07-27 16:24:16 +02:00
parent 0913f5bc18
commit ff066898d4
3 changed files with 9 additions and 0 deletions

View File

@@ -35,3 +35,10 @@ html.rtl {
}
}
}
@media (max-width: 700px) {
html.rtl {
#loadingmodal .modal-card .modal-card-content, #ajaxerr .modal-card .modal-card-content {
margin-right: 0;
}
}
}

View File

@@ -271,6 +271,7 @@ body.loading #wrapper {
.modal-card-content {
text-align: center;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
}
}

View File

@@ -132,6 +132,7 @@ body.loading .container {
.modal-card-content {
text-align: center;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
}
}