feat: add mobile navigation (#78)
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
This commit is contained in:
parent
e7fd9be93d
commit
4505080ba8
4 changed files with 38 additions and 2 deletions
|
@ -14,8 +14,13 @@
|
|||
</NuxtLink>
|
||||
</slot>
|
||||
</div>
|
||||
<div flex>
|
||||
<div flex items-center>
|
||||
<slot name="actions" />
|
||||
<template v-if="currentUser">
|
||||
<NuxtLink md:hidden :to="`/@${currentUser.account?.username}`">
|
||||
<AccountAvatar :account="currentUser.account" h="1.5em" />
|
||||
</NuxtLink>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<slot name="header" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue