You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
fix fr layout
This commit is contained in:
@@ -132,7 +132,7 @@ module.exports = React.createClass({
|
|||||||
var toggleButton;
|
var toggleButton;
|
||||||
if (this.props.withToggleButton) {
|
if (this.props.withToggleButton) {
|
||||||
toggleButton = (
|
toggleButton = (
|
||||||
<div style={{ textAlign: 'center' }}>
|
<div className="mx_ServerConfig_selector">
|
||||||
<input className="mx_Login_radio" id="basic" name="configVisible" type="radio"
|
<input className="mx_Login_radio" id="basic" name="configVisible" type="radio"
|
||||||
checked={!this.state.configVisible}
|
checked={!this.state.configVisible}
|
||||||
onChange={this.onServerConfigVisibleChange.bind(this, false)} />
|
onChange={this.onServerConfigVisibleChange.bind(this, false)} />
|
||||||
|
|||||||
Reference in New Issue
Block a user