Do not display elephant friend in single-column layout (#6222)

lolsob-rspec
Eugen Rochko 2018-01-08 03:50:53 +01:00 committed by GitHub
parent 4ae7b4eb1e
commit b9375d92b3
1 changed files with 1 additions and 1 deletions

View File

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