File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 66 */
77-}}
88<!-- Main navigation for the sidebar -->
9- < div class ="px-4 py-2 " x-data ="{ expanded: false } ">
9+ < div class ="px-2 py-4 md:hidden text-gray-700 dark:text-gray-200 card " x-data ="{ expanded: false } ">
1010 < div class ="flex w-full items-center justify-between ">
1111 <!-- Current section: use menu, fall back to current section or page -->
1212 {{- $curr := .FirstSection }}
3131 </ a >
3232 < button
3333 @click ="expanded = !expanded "
34- class ="rounded-sm hover:bg-gray-300 hover:dark:bg-gray-300 "
34+ class ="rounded-sm hover:bg-gray-200 hover:dark:bg-gray-800 "
3535 >
3636 < span x-show ="! expanded " class ="icon-svg ">
3737 {{ partialCached "icon" "arrow_drop_down" "arrow_drop_down" }}
5858 {{ end }}
5959 </ ul >
6060</ div >
61- < hr class =" m-2 text-gray-200 dark:text-gray-500 " />
61+
Original file line number Diff line number Diff line change 88 */
99-}}
1010<!-- section tree -->
11- < nav class ="navbar-font flex flex-col ">
12- < div class ="block py-4 text-gray-200 md:hidden dark:text-gray-200 ">
13- This section
14- </ div >
11+ < nav class ="navbar-font flex flex-col mt-1 mx-1 ">
1512 < ul >
1613 {{ template "renderChildren" .FirstSection }}
1714 </ ul >
You can’t perform that action at this time.
0 commit comments