Skip to content

Commit 70c9390

Browse files
committed
expand toc
1 parent 114a157 commit 70c9390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/_default/baseof.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
}
3131
})"
32-
class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[300px]"
32+
class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[320px]"
3333
:class="{ 'hidden': ! $store.showSidebar }"
3434
>
3535
<!-- Gray backdrop on small screens -->
@@ -40,7 +40,7 @@
4040
x-transition.opacity
4141
></div>
4242
<div
43-
class="bg-background-toc dark:bg-background-toc z-50 w-full p-4 md:block md:w-[300px]"
43+
class="bg-background-toc dark:bg-background-toc z-50 w-full p-3 md:block md:w-[300px]"
4444
>
4545
<!-- Collapse button for small screens -->
4646
<button class="my-4 md:hidden" @click="$store.showSidebar = false">

0 commit comments

Comments
 (0)