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
button layout
This commit is contained in:
@@ -306,7 +306,7 @@ module.exports = React.createClass({
|
|||||||
rowClassName="mx_UserSettings_profileTableRow"
|
rowClassName="mx_UserSettings_profileTableRow"
|
||||||
rowLabelClassName="mx_UserSettings_profileLabelCell"
|
rowLabelClassName="mx_UserSettings_profileLabelCell"
|
||||||
rowInputClassName="mx_UserSettings_profileInputCell"
|
rowInputClassName="mx_UserSettings_profileInputCell"
|
||||||
buttonClassName="mx_UserSettings_button mx_UserSettings_rhsButton"
|
buttonClassName="mx_UserSettings_button mx_UserSettings_changePasswordButton"
|
||||||
onError={this.onPasswordChangeError}
|
onError={this.onPasswordChangeError}
|
||||||
onFinished={this.onPasswordChanged} />
|
onFinished={this.onPasswordChanged} />
|
||||||
);
|
);
|
||||||
@@ -353,7 +353,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
<div className="mx_UserSettings_section">
|
<div className="mx_UserSettings_section">
|
||||||
|
|
||||||
<div className="mx_UserSettings_rhsButton mx_UserSettings_button" onClick={this.onLogoutClicked}>
|
<div className="mx_UserSettings_logout mx_UserSettings_button" onClick={this.onLogoutClicked}>
|
||||||
Log out
|
Log out
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user