Merge pull request #5567 from vector-im/rxl881/mixedContentWarnings

Center mixed content warnings in panel.
pull/5604/head
Matthew Hodgson 2017-11-14 18:03:08 +00:00 committed by GitHub
commit bea95fde3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -193,8 +193,12 @@ form.mx_Custom_Widget_Form div {
.mx_AppPermissionWarning {
text-align: center;
padding: 30px 0;
background-color: $primary-bg-color;
display: flex;
height: 100%;
flex-direction: column;
justify-content: center;
align-items: center;
}
.mx_AppPermissionWarningImage {