File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -299,12 +299,19 @@ blockquote {
299
299
}
300
300
}
301
301
302
+ .td-sidebar-nav {
303
+ & > .td-sidebar-nav__section {
304
+ padding-top : .5rem ;
305
+ padding-left : 1.5rem ;
306
+ }
307
+ }
308
+
302
309
.td-sidebar__inner {
303
310
form .td-sidebar__search {
304
311
305
312
button .td-sidebar__toggle {
306
313
& :hover {
307
- color : $white ;
314
+ color : #000000 ;
308
315
}
309
316
310
317
color : $blue ;
Original file line number Diff line number Diff line change 8
8
</ button >
9
9
</ form >
10
10
{{ end }}
11
- < nav class ="collapse td-sidebar-nav pt-2 pl-4 " id ="td-section-nav ">
11
+ < nav class ="collapse td-sidebar-nav " id ="td-section-nav ">
12
12
<!-- {{ if (gt (len .Site.Home.Translations) 0) }}
13
13
<div class="nav-item dropdown d-block d-lg-none">
14
14
{{ partial "navbar-lang-selector.html" . }}
37
37
< li class ="collapse {{ if $show }}show{{ end }} " id ="{{ $sid }} ">
38
38
{{ $pages := where (union $s.Pages $s.Sections).ByWeight ".Params.toc_hide" "!=" true }}
39
39
{{ with site.Params.language_alternatives }}
40
- {{ range . }}
40
+ {{ range . }}
41
41
{{ with (where $.section.Translations ".Lang" . ) }}
42
42
{{ $p := index . 0 }}
43
43
{{ $pages = $pages | lang.Merge (union $p.Pages $p.Sections) }}
You can’t perform that action at this time.
0 commit comments