Fix MVideoBody spinner
This commit is contained in:
parent
c249bee9b5
commit
538979a4ee
1 changed files with 1 additions and 6 deletions
|
@ -147,12 +147,7 @@ module.exports = React.createClass({
|
||||||
// For now add an img tag with a spinner.
|
// For now add an img tag with a spinner.
|
||||||
return (
|
return (
|
||||||
<span className="mx_MVideoBody" ref="body">
|
<span className="mx_MVideoBody" ref="body">
|
||||||
<div className="mx_MImageBody_thumbnail" ref="image" style={{
|
<div className="mx_MImageBody_thumbnail mx_MImageBody_thumbnail_spinner" ref="image">
|
||||||
"display": "flex",
|
|
||||||
"align-items": "center",
|
|
||||||
"justify-items": "center",
|
|
||||||
"width": "100%",
|
|
||||||
}}>
|
|
||||||
<img src="img/spinner.gif" alt={content.body} width="16" height="16" />
|
<img src="img/spinner.gif" alt={content.body} width="16" height="16" />
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue