commit: 93555182c3cfd810fc481d9451e990955a696ea4
parent: 0eff42d6887de6de95c8950155381945c6054433
Author: Eugen Rochko <eugen@zeonfederated.com>
Date: Mon, 8 Jan 2018 03:50:53 +0100
Do not display elephant friend in single-column layout (#6222)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/javascript/mastodon/features/compose/index.js b/app/javascript/mastodon/features/compose/index.js
@@ -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 }) }}>