Browse Source

Excahnge the order of spoiler-input and unlocked warning (#6015)

* Excahnge the order of spoiler-input and unlocked warning

* Fix trailing whitespace
pull/4/head
Lynx Kotoura 6 years ago
committed by Eugen Rochko
parent
commit
8bf4cc72b6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/javascript/mastodon/features/compose/components/compose_form.js

+ 2
- 2
app/javascript/mastodon/features/compose/components/compose_form.js View File

@ -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'>

Loading…
Cancel
Save