mirror of
https://github.com/urbit/shrub.git
synced 2024-12-11 11:02:25 +03:00
Merge pull request #2440 from urbit/mp/os1/publish/edit-button-m
publish: add -m, -l widths for edit post button
This commit is contained in:
commit
396c96ec5d
@ -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