publish: new post has same width as other views

This commit is contained in:
Matilde Park 2020-02-19 16:24:36 -05:00
parent 76576003be
commit c3f0743053

View File

@ -98,7 +98,7 @@ export class NewPost extends Component {
popout={props.popout}
/>
<button
className={"v-mid w-100 mw7 tl h1 pl4"}
className={"v-mid w-100 mw6 tl h1 pl4"}
disabled={!state.submit}
style={submitStyle}
onClick={this.postSubmit}>
@ -114,7 +114,7 @@ export class NewPost extends Component {
/>
</Link>
</div>
<div className="overflow-container mw7 center">
<div className="overflow-container mw6 center">
<div style={{ padding: 16 }}>
<input
autoFocus