mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
chore: layout
This commit is contained in:
parent
241b28241c
commit
fc4437838a
1 changed files with 2 additions and 1 deletions
|
@ -5,10 +5,11 @@
|
|||
<div sticky top-0 h-screen flex="~ col">
|
||||
<slot name="left">
|
||||
<template v-if="currentUser">
|
||||
<AccountSwitcher />
|
||||
<PublishWidget px4 draft-key="home" />
|
||||
</template>
|
||||
<AccountSignInEntry v-else />
|
||||
<div flex-auto />
|
||||
<AccountSwitcher v-if="currentUser" />
|
||||
</slot>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue