|
|
@ -94,7 +94,7 @@ export default class Compose extends React.PureComponent {
|
|
|
|
<div className='drawer__inner' onFocus={this.onFocus}>
|
|
|
|
<div className='drawer__inner' onFocus={this.onFocus}>
|
|
|
|
<NavigationContainer onClose={this.onBlur} />
|
|
|
|
<NavigationContainer onClose={this.onBlur} />
|
|
|
|
<ComposeFormContainer />
|
|
|
|
<ComposeFormContainer />
|
|
|
|
<div className='mastodon' />
|
|
|
|
{multiColumn && <div className='mastodon' />}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<Motion defaultStyle={{ x: -100 }} style={{ x: spring(showSearch ? 0 : -100, { stiffness: 210, damping: 20 }) }}>
|
|
|
|
<Motion defaultStyle={{ x: -100 }} style={{ x: spring(showSearch ? 0 : -100, { stiffness: 210, damping: 20 }) }}>
|
|
|
|