refactor: add margin for publish widget

zio/stable
三咲智子 2022-11-23 23:10:44 +08:00
parent e95beb5da0
commit ae6552fee0
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<div sticky top-0 h-screen flex="~ col">
<slot name="left">
<template v-if="currentUser">
<PublishWidget px4 draft-key="home" />
<PublishWidget px4 mt16 draft-key="home" />
</template>
<UserSignInEntry v-else />
<div flex-auto />