File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ body.cid-community > #deprecation-warning > .deprecation-warning > * {
444
444
.td-sidebar__inner {
445
445
form .td-sidebar__search {
446
446
447
- button .td-sidebar__toggle {
447
+ .td-sidebar__toggle {
448
448
& :hover {
449
449
color : #000000 ;
450
450
}
@@ -482,10 +482,6 @@ main.content {
482
482
483
483
.td-blog {
484
484
485
- .td-sidebar-nav {
486
- max-height : calc (100vh - 8rem );
487
- }
488
-
489
485
.widget-link {
490
486
margin-bottom : 1rem ;
491
487
Original file line number Diff line number Diff line change 5
5
{{ $shouldDelayActive := ge (len .Site.Pages) 2000 }}
6
6
7
7
< div id ="td-sidebar-menu " class ="td-sidebar__inner{{ if $shouldDelayActive }} d-none{{ end }} ">
8
+
9
+ < form class ="td-sidebar__search d-flex align-items-center ">
10
+ {{ partial "search-input.html" . }}
11
+ < button class ="btn btn-link td-sidebar__toggle d-md-none p-0 ml-3 fas fa-bars " type ="button " data-toggle ="collapse " data-target ="#td-section-nav " aria-controls ="td-docs-nav " aria-expanded ="false " aria-label ="Toggle section navigation ">
12
+ </ button >
13
+ </ form >
14
+
8
15
< nav class ="collapse td-sidebar-nav pt-2 pl-4 " id ="td-section-nav ">
9
16
<!-- {{ if (gt (len .Site.Home.Translations) 0) }}
10
17
<div class="nav-item dropdown d-block d-lg-none">
You can’t perform that action at this time.
0 commit comments