mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Merge pull request #5555 from vector-im/rxl881/widgetrendering
Don't display widget iframes whilst loading.
This commit is contained in:
commit
88cd46bfcf
1 changed files with 4 additions and 0 deletions
|
@ -235,3 +235,7 @@ form.mx_Custom_Widget_Form div {
|
|||
align-items: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.mx_AppLoading iframe {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue