File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ navbar_logo = true
117
117
navbar_translucent_over_cover_disable = false
118
118
sidebar_menu_compact = true # When true, the section headings work like an accordian.
119
119
sidebar_search_disable = true
120
+ ul_show = 3 # Always expand every first level section of the sidenav -- due to tabs, our 'first level' is 3
120
121
121
122
[params .ui .feedback ]
122
123
enable = true
Original file line number Diff line number Diff line change 94
94
{{- if (or $hideChildren $treeRoot) -}}
95
95
{{- else -}}
96
96
< span class ="menu-toggle ">
97
- {{ if (or $activePath $active) }}
97
+ {{ if (or $activePath $active (eq $ulNr 2) ) }}
98
98
< i class ="fas fa-chevron-down "> </ i >
99
99
{{ else }}
100
100
< i class ="fas fa-chevron-right "> </ i >
You can’t perform that action at this time.
0 commit comments