Skip to content

Commit 8cd0929

Browse files
committed
docs(layout): improve toc responsiveness
1 parent e319dae commit 8cd0929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/routes/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default component$(() => {
3434
<Slot />
3535
</main>
3636
</MDXProvider>
37-
<div class="mx-6 hidden w-72 min-w-64 text-sm xl:block">
37+
<div class="mx-6 hidden w-60 min-w-48 text-sm xl:block">
3838
<div class="sticky top-16 pt-4">
3939
<ScrollArea className="pb-10">
4040
<div class="sticky top-16 -mt-10 h-[calc(100vh-64px)] py-12">

0 commit comments

Comments
 (0)