Skip to content
Snippets Groups Projects
Unverified Commit 93555182 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 0eff42d6
No related branches found
No related tags found
No related merge requests found
......@@ -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 }) }}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment