mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
publish: add responsive width for new post button
This commit is contained in:
parent
8a0d342d8f
commit
45b61f90e1
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user