commit: 8bf4cc72b6d1bdd4fe3f2a366946533376053ccc
parent: ad941f5a21ab154d82cedc94234bdb9751f1395d
Author: Lynx Kotoura <admin@sanin.link>
Date: Thu, 14 Dec 2017 02:01:56 +0900
Excahnge the order of spoiler-input and unlocked warning (#6015)
* Excahnge the order of spoiler-input and unlocked warning
* Fix trailing whitespace
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/javascript/mastodon/features/compose/components/compose_form.js b/app/javascript/mastodon/features/compose/components/compose_form.js
@@ -156,6 +156,8 @@ export default class ComposeForm extends ImmutablePureComponent {
return (
<div className='compose-form'>
+ <WarningContainer />
+
<Collapsable isVisible={this.props.spoiler} fullHeight={50}>
<div className='spoiler-input'>
<label>
@@ -165,8 +167,6 @@ export default class ComposeForm extends ImmutablePureComponent {
</div>
</Collapsable>
- <WarningContainer />
-
<ReplyIndicatorContainer />
<div className='compose-form__autosuggest-wrapper'>