ui: move settings to nav side
This commit is contained in:
parent
db32d9343a
commit
64fa8d2bf4
7 changed files with 8 additions and 33 deletions
|
@ -27,15 +27,6 @@ function toggleDark() {
|
|||
@click="toggleZenMode()"
|
||||
/>
|
||||
</CommonTooltip>
|
||||
<CommonTooltip :content="$t('nav.settings')">
|
||||
<NuxtLink
|
||||
flex
|
||||
text-lg
|
||||
to="/settings"
|
||||
i-ri:settings-4-line
|
||||
:aria-label="$t('nav.settings')"
|
||||
/>
|
||||
</CommonTooltip>
|
||||
</div>
|
||||
<div>
|
||||
<button cursor-pointer hover:underline @click="openPreviewHelp">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue