style: spacing and cursor
This commit is contained in:
parent
66238c1169
commit
739d1bf175
3 changed files with 2 additions and 2 deletions
|
@ -66,5 +66,6 @@ const form = new FormGroup([
|
|||
padding: 0.5rem;
|
||||
background-color: #f5f5f5;
|
||||
box-shadow: 0 0 1px 1px #ccc;
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -45,7 +45,6 @@ const { meta } = Astro.props;
|
|||
}
|
||||
|
||||
#main-content * {
|
||||
margin: 1rem 0 0;
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -44,5 +44,5 @@ if (url === '') {
|
|||
:
|
||||
<div slot="post" id="outlet"></div>
|
||||
}
|
||||
<Library skipSave={skipSave} slot="library" postDivSelector="#outlet" />
|
||||
<Library skipSave={skipSave} slot="library" postDivSelector="#outlet" />
|
||||
</Layout>
|
||||
|
|
Loading…
Reference in a new issue