mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:35:04 +08:00
improve settings layout and fix FF bugs
This commit is contained in:
parent
bb0051f24f
commit
bc60435750
@ -275,14 +275,16 @@ module.exports = React.createClass({
|
||||
<div className="mx_UserSettings_profileTableRow" key="new">
|
||||
<div className="mx_UserSettings_profileLabelCell">
|
||||
</div>
|
||||
<EditableText
|
||||
ref="add_threepid_input"
|
||||
className="mx_UserSettings_profileInputCell mx_UserSettings_editable"
|
||||
placeholderClassName="mx_RoomSettings_threepidPlaceholder"
|
||||
placeholder={ "Add email address" }
|
||||
blurToCancel={ false }
|
||||
onValueChanged={ this.onAddThreepidClicked } />
|
||||
<div className="mx_RoomSettings_addThreepid">
|
||||
<div className="mx_UserSettings_profileInputCell">
|
||||
<EditableText
|
||||
ref="add_threepid_input"
|
||||
className="mx_UserSettings_editable"
|
||||
placeholderClassName="mx_UserSettings_threepidPlaceholder"
|
||||
placeholder={ "Add email address" }
|
||||
blurToCancel={ false }
|
||||
onValueChanged={ this.onAddThreepidClicked } />
|
||||
</div>
|
||||
<div className="mx_UserSettings_addThreepid">
|
||||
<img src="img/plus.svg" width="14" height="14" alt="Add" onClick={ this.onAddThreepidClicked }/>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user