mobile: fixed breakpoints

This commit is contained in:
muerwre 2018-12-11 12:55:45 +07:00
parent 1c014ec9fb
commit c2651839df
7 changed files with 29 additions and 23 deletions

View file

@ -125,13 +125,6 @@ class Component extends React.PureComponent<Props, void> {
>
<Icon icon="icon-trash-4" />
</button>
<button
className={classnames({ active: false })}
onClick={this.props.takeAShot}
>
<Icon icon="icon-shot-4" />
</button>
</div>
<div className="control-sep" />
@ -156,17 +149,6 @@ class Component extends React.PureComponent<Props, void> {
</div>
<div className={classnames('panel right', { active: !editing })}>
<div className="control-bar">
<button
className={classnames({ active: false })}
onClick={this.props.takeAShot}
>
<Icon icon="icon-shot-4" />
</button>
</div>
<div className="control-sep" />
<div className="control-bar">
<button className="primary single" onClick={this.props.startEditing}>
<Icon icon="icon-route-2" />