mirror of https://github.com/vector-im/riot-web
Increase minimum width as per design
parent
cf0726da9f
commit
ceb864320f
|
@ -99,7 +99,7 @@ export default class MainSplit extends React.Component<IProps> {
|
||||||
<Resizable
|
<Resizable
|
||||||
key={this.props.sizeKey}
|
key={this.props.sizeKey}
|
||||||
defaultSize={this.loadSidePanelSize()}
|
defaultSize={this.loadSidePanelSize()}
|
||||||
minWidth={264}
|
minWidth={320}
|
||||||
maxWidth="50%"
|
maxWidth="50%"
|
||||||
enable={{
|
enable={{
|
||||||
top: false,
|
top: false,
|
||||||
|
|
Loading…
Reference in New Issue