You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fixed padding
This commit is contained in:
@@ -124,7 +124,7 @@ export default class EventTilePreview extends React.Component<IProps, IState> {
|
||||
"mx_GroupLayout": this.props.layout == Layout.Group,
|
||||
});
|
||||
|
||||
if (!this.props.userId) return <div className={className} style={{ paddingTop: '9px 0' }}><InlineSpinner /></div>;
|
||||
if (!this.props.userId) return <div className={className} style={{ padding: '9px 0' }}><InlineSpinner /></div>;
|
||||
|
||||
const event = this.fakeEvent(this.state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user