Skip to content

Commit

Permalink
docs: fix toc on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 29, 2023
1 parent f3c6f83 commit cbd8cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<DocsFooter class="mt-16" />
</div>

<DocsToc v-if="page.body?.toc" :toc="page.body.toc" class="lg:col-span-2" />
<DocsToc v-if="page.body?.toc" :toc="page.body.toc" class="lg:col-span-2 order-first lg:order-last" />
</div>
<div v-else class="flex-1 flex flex-col items-center justify-center">
<div class="text-center">
Expand Down

1 comment on commit cbd8cc4

@vercel
Copy link

@vercel vercel bot commented on cbd8cc4 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui.nuxtlabs.com
ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app

Please sign in to comment.