mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
publish: new post has same width as other views
This commit is contained in:
parent
76576003be
commit
c3f0743053
@ -98,7 +98,7 @@ export class NewPost extends Component {
|
||||
popout={props.popout}
|
||||
/>
|
||||
<button
|
||||
className={"v-mid w-100 mw7 tl h1 pl4"}
|
||||
className={"v-mid w-100 mw6 tl h1 pl4"}
|
||||
disabled={!state.submit}
|
||||
style={submitStyle}
|
||||
onClick={this.postSubmit}>
|
||||
@ -114,7 +114,7 @@ export class NewPost extends Component {
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="overflow-container mw7 center">
|
||||
<div className="overflow-container mw6 center">
|
||||
<div style={{ padding: 16 }}>
|
||||
<input
|
||||
autoFocus
|
||||
|
Loading…
Reference in New Issue
Block a user