Merge pull request #5555 from vector-im/rxl881/widgetrendering

Don't display widget iframes whilst loading.
pull/5561/head
Luke Barnard 2017-11-09 17:36:56 +00:00 committed by GitHub
commit 88cd46bfcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -235,3 +235,7 @@ form.mx_Custom_Widget_Form div {
align-items: center;
font-weight: bold;
}
.mx_AppLoading iframe {
display: none;
}