mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 10:32:34 +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}
|
popout={props.popout}
|
||||||
/>
|
/>
|
||||||
<button
|
<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)}
|
disabled={(!state.submit && state.disabled) || (state.awaiting !== null)}
|
||||||
style={submitStyle}
|
style={submitStyle}
|
||||||
onClick={this.postSubmit}>
|
onClick={this.postSubmit}>
|
||||||
|
Loading…
Reference in New Issue
Block a user