mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Don't modify the size of the MessagePanel spinner
This commit is contained in:
parent
a2e33a2386
commit
96e4b938b2
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ export default class MessagePanel extends React.Component {
|
|||
topSpinner = <li key="_topSpinner"><Spinner /></li>;
|
||||
}
|
||||
if (this.props.forwardPaginating) {
|
||||
bottomSpinner = <li key="_bottomSpinner"><Spinner w={20} h={20} /></li>;
|
||||
bottomSpinner = <li key="_bottomSpinner"><Spinner /></li>;
|
||||
}
|
||||
|
||||
const style = this.props.hidden ? { display: 'none' } : {};
|
||||
|
|
Loading…
Reference in a new issue