Have the settings dialog be fixed in size

This also brings out some classes that aren't solely applicable to the user settings and will be applicable to the room settings as well.
This commit is contained in:
Travis Ralston 2019-01-24 19:12:09 -07:00
parent c5deeeaceb
commit 5dc75e2d3c
6 changed files with 88 additions and 37 deletions

View file

@ -100,10 +100,10 @@ export default class UserSettingsDialog extends React.Component {
render() {
return (
<div className="mx_UserSettingsDialog">
<div className="mx_UserSettingsDialog_header">
<div className="mx_SettingsDialog_header">
{_t("Settings")}
<span className="mx_UserSettingsDialog_close">
<AccessibleButton className="mx_UserSettingsDialog_closeIcon" onClick={this.props.onFinished} />
<span className="mx_SettingsDialog_close">
<AccessibleButton className="mx_SettingsDialog_closeIcon" onClick={this.props.onFinished} />
</span>
</div>
<TabbedView tabs={this._getTabs()} />