refactor: add margin for publish widget

This commit is contained in:
三咲智子 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

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 />