mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 09:01:30 +03:00
make spinner size more appropriate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7425d01b21
commit
25bc9cfbe7
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export default class Reply extends React.Component {
|
|||
</blockquote>;
|
||||
} else if (this.state.loading) {
|
||||
const Spinner = sdk.getComponent("elements.Spinner");
|
||||
header = <Spinner />;
|
||||
header = <Spinner w={16} h={16} />;
|
||||
}
|
||||
|
||||
const EventTile = sdk.getComponent('views.rooms.EventTile');
|
||||
|
|
Loading…
Reference in a new issue