publish: add responsive width for new post button

This commit is contained in:
Matilde Park 2020-03-18 18:34:18 -04:00
parent 8a0d342d8f
commit 45b61f90e1

View File

@ -112,7 +112,7 @@ export class NewPost extends Component {
popout={props.popout}
/>
<button
className={"bg-transparent v-mid w-100 mw6 tl h1 pl4"}
className={"bg-transparent v-mid w-100 w-90-l w-80-m mw6 tl h1 pl4"}
disabled={(!state.submit && state.disabled) || (state.awaiting !== null)}
style={submitStyle}
onClick={this.postSubmit}>