mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
publish: add -m, -l widths for edit post button
This commit is contained in:
parent
1decc2c4f5
commit
e9aacd5e01
@ -98,7 +98,7 @@ export class EditPost extends Component {
|
||||
popout={props.popout}
|
||||
/>
|
||||
<button
|
||||
className="v-mid bg-transparent w-100 mw6 tl h1 pl4"
|
||||
className="v-mid bg-transparent w-100 w-80-m w-90-l mw6 tl h1 pl4"
|
||||
disabled={!state.submit}
|
||||
style={submitStyle}
|
||||
onClick={this.postSubmit}>
|
||||
|
Loading…
Reference in New Issue
Block a user