File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 -->
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 ">
You can’t perform that action at this time.
0 commit comments