mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
fixed spacing on new-blog page
This commit is contained in:
parent
f96f4b3813
commit
bc07521f76
@ -180,7 +180,7 @@ export class NewBlog extends Component {
|
|||||||
onChange={this.titleChange}
|
onChange={this.titleChange}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<hr className="gray-30"/>
|
<hr className="gray-30" style={{marginTop:32, marginBottom: 32}}/>
|
||||||
|
|
||||||
<FormLink
|
<FormLink
|
||||||
enabled={(this.state.title !== '')}
|
enabled={(this.state.title !== '')}
|
||||||
@ -188,7 +188,7 @@ export class NewBlog extends Component {
|
|||||||
body={"-> Create a first post"}
|
body={"-> Create a first post"}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<hr className="gray-30"/>
|
<hr className="gray-30" style={{marginTop:32, marginBottom: 32}}/>
|
||||||
|
|
||||||
<FormLink
|
<FormLink
|
||||||
enabled={(this.state.title !== '')}
|
enabled={(this.state.title !== '')}
|
||||||
@ -196,7 +196,7 @@ export class NewBlog extends Component {
|
|||||||
body={"-> Send Invites"}
|
body={"-> Send Invites"}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<hr className="gray-30"/>
|
<hr className="gray-30" style={{marginTop:32, marginBottom: 32}}/>
|
||||||
|
|
||||||
<Link to="/~publish/recent" className="body-large b">
|
<Link to="/~publish/recent" className="body-large b">
|
||||||
Cancel
|
Cancel
|
||||||
@ -227,7 +227,7 @@ export class NewBlog extends Component {
|
|||||||
onChange={this.titleChange}
|
onChange={this.titleChange}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<p className="body-regular-400">
|
<p className="body-regular-400" style={{marginTop:25, marginBottom:27}}>
|
||||||
Who is invited to read this blog?
|
Who is invited to read this blog?
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -239,7 +239,7 @@ export class NewBlog extends Component {
|
|||||||
onChange={this.invitesChange}
|
onChange={this.invitesChange}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<hr className="gray-30"/>
|
<hr className="gray-30" style={{marginTop:32, marginBottom: 32}}/>
|
||||||
|
|
||||||
<FormLink
|
<FormLink
|
||||||
enabled={enableButtons}
|
enabled={enableButtons}
|
||||||
@ -247,7 +247,7 @@ export class NewBlog extends Component {
|
|||||||
body={"-> Save and create a first post"}
|
body={"-> Save and create a first post"}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<hr className="gray-30"/>
|
<hr className="gray-30" style={{marginTop:32, marginBottom: 32}}/>
|
||||||
|
|
||||||
<FormLink
|
<FormLink
|
||||||
enabled={enableButtons}
|
enabled={enableButtons}
|
||||||
@ -255,7 +255,7 @@ export class NewBlog extends Component {
|
|||||||
body={"-> Save and return home"}
|
body={"-> Save and return home"}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<hr className="gray-30"/>
|
<hr className="gray-30" style={{marginTop:32, marginBottom: 32}}/>
|
||||||
|
|
||||||
<Link to="/~publish/recent" className="body-large b">
|
<Link to="/~publish/recent" className="body-large b">
|
||||||
Cancel
|
Cancel
|
||||||
|
Loading…
Reference in New Issue
Block a user